Skip to content

Commit d50e5bb

Browse files
committed
Updates compiler dependency to 1.3.41
1 parent f837199 commit d50e5bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

kotlin-bundled-compiler/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ ext {
1111

1212

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

1818
ideaVersion = project.findProperty('ideaVersion') ?: '183.5429.1'

0 commit comments

Comments
 (0)