Skip to content

Commit 825a57b

Browse files
Update Installing-Kotlin.rst (#335)
1 parent 1da00f2 commit 825a57b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/programming_resources/shared/installing_kotlin/Installing-Kotlin.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,15 +61,15 @@ done by adding the following lines to the root ``build.gradle`` file in the ``bu
6161
6262
buildscript {
6363
64-
ext.kotlin_version = '1.8.20' <----- ADD THIS LINE, UPDATE VERSION TO LATEST IF NEEDED
64+
ext.kotlin_version = '1.9.22' <----- ADD THIS LINE, UPDATE VERSION TO LATEST IF NEEDED
6565
6666
repositories {
6767
mavenCentral()
6868
google()
6969
}
7070
7171
dependencies {
72-
classpath 'com.android.tools.build:gradle:7.2.0'
72+
classpath 'com.android.tools.build:gradle:8.7.0'
7373
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" <----- ADD THIS LINE
7474
}
7575
}

0 commit comments

Comments
 (0)