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 a3833fa commit 19e74d8Copy full SHA for 19e74d8
kotlin-bundled-compiler/build.gradle
@@ -11,7 +11,7 @@ ext {
11
12
13
// properties that might/should be modifiable
14
- kotlinCompilerTcBuildId = project.findProperty('kotlinCompilerTcBuildId') ?: '2370494'
+ kotlinCompilerTcBuildId = project.findProperty('kotlinCompilerTcBuildId') ?: '2371585'
15
kotlinCompilerVersion = project.findProperty('kotlinCompilerVersion') ?: '1.3.40'
16
kotlinxVersion = project.findProperty('kolinxVersion') ?: '1.1.1'
17
0 commit comments