We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1da00f2 commit 825a57bCopy full SHA for 825a57b
docs/source/programming_resources/shared/installing_kotlin/Installing-Kotlin.rst
@@ -61,15 +61,15 @@ done by adding the following lines to the root ``build.gradle`` file in the ``bu
61
62
buildscript {
63
64
- ext.kotlin_version = '1.8.20' <----- ADD THIS LINE, UPDATE VERSION TO LATEST IF NEEDED
+ ext.kotlin_version = '1.9.22' <----- ADD THIS LINE, UPDATE VERSION TO LATEST IF NEEDED
65
66
repositories {
67
mavenCentral()
68
google()
69
}
70
71
dependencies {
72
- classpath 'com.android.tools.build:gradle:7.2.0'
+ classpath 'com.android.tools.build:gradle:8.7.0'
73
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" <----- ADD THIS LINE
74
75
0 commit comments