We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d504943 commit db5064fCopy full SHA for db5064f
gradle.properties
@@ -9,4 +9,4 @@ org.gradle.parallel=true
9
publishing.github=false
10
publishing.sonatype=false
11
12
-toolsVersion=0.11.0-kotlin-1.6.10
+toolsVersion=0.11.1-kotlin-1.6.10
settings.gradle.kts
@@ -8,7 +8,7 @@ pluginManagement {
8
val toolsVersion: String by extra
repositories {
- //mavenLocal()
+ mavenLocal()
maven("https://repo.kotlin.link")
13
mavenCentral()
14
gradlePluginPortal()
0 commit comments