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 2c013a3 commit 4fb6357Copy full SHA for 4fb6357
consts.gradle.kts
@@ -8,7 +8,7 @@ val superRootDir: File by extra
8
val consts: Properties by extra(object : Properties() {
9
10
val codeVersion by "1.0.2"
11
- val kotlinVersion by "1.2.40-eap-16"
+ val kotlinVersion by "1.2.40"
12
13
val gitHubUser by "Takhion"
14
val gitHubRepo by "kotlin-metadata__kotlin-compiler-lite"
kotlin
0 commit comments