diff --git a/tutorials/kotlin/CurrentPlaceDetailsOnMap/build.gradle b/tutorials/kotlin/CurrentPlaceDetailsOnMap/build.gradle index 98967c83..4e8ddfeb 100644 --- a/tutorials/kotlin/CurrentPlaceDetailsOnMap/build.gradle +++ b/tutorials/kotlin/CurrentPlaceDetailsOnMap/build.gradle @@ -1,7 +1,7 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { - ext.kotlin_version = '1.4.20' + ext.kotlin_version = '1.4.21-2' repositories { jcenter() google()