Skip to content

Commit 19e74d8

Browse files
committed
Sets compiler build for 1.3.40
1 parent a3833fa commit 19e74d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kotlin-bundled-compiler/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ext {
1111

1212

1313
// properties that might/should be modifiable
14-
kotlinCompilerTcBuildId = project.findProperty('kotlinCompilerTcBuildId') ?: '2370494'
14+
kotlinCompilerTcBuildId = project.findProperty('kotlinCompilerTcBuildId') ?: '2371585'
1515
kotlinCompilerVersion = project.findProperty('kotlinCompilerVersion') ?: '1.3.40'
1616
kotlinxVersion = project.findProperty('kolinxVersion') ?: '1.1.1'
1717

0 commit comments

Comments
 (0)