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 f837199 commit d50e5bbCopy full SHA for d50e5bb
kotlin-bundled-compiler/build.gradle
@@ -11,8 +11,8 @@ ext {
11
12
13
// properties that might/should be modifiable
14
- kotlinCompilerTcBuildId = project.findProperty('kotlinCompilerTcBuildId') ?: '2371585'
15
- kotlinCompilerVersion = project.findProperty('kotlinCompilerVersion') ?: '1.3.40'
+ kotlinCompilerTcBuildId = project.findProperty('kotlinCompilerTcBuildId') ?: '2397742'
+ kotlinCompilerVersion = project.findProperty('kotlinCompilerVersion') ?: '1.3.41'
16
kotlinxVersion = project.findProperty('kolinxVersion') ?: '1.1.1'
17
18
ideaVersion = project.findProperty('ideaVersion') ?: '183.5429.1'
0 commit comments