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 a71df4a commit 44a6225Copy full SHA for 44a6225
build.gradle.kts
@@ -7,7 +7,7 @@ buildscript {
7
gradlePluginPortal()
8
}
9
dependencies {
10
- classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.10")
+ classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:${Versions.kotlinVersion}")
11
12
13
plugins {
0 commit comments