Skip to content

Commit

Permalink
Updates compiler dependency to 1.3.41
Browse files Browse the repository at this point in the history
  • Loading branch information
Kordyjan committed Jul 3, 2019
1 parent f837199 commit d50e5bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kotlin-bundled-compiler/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ ext {


// properties that might/should be modifiable
kotlinCompilerTcBuildId = project.findProperty('kotlinCompilerTcBuildId') ?: '2371585'
kotlinCompilerVersion = project.findProperty('kotlinCompilerVersion') ?: '1.3.40'
kotlinCompilerTcBuildId = project.findProperty('kotlinCompilerTcBuildId') ?: '2397742'
kotlinCompilerVersion = project.findProperty('kotlinCompilerVersion') ?: '1.3.41'
kotlinxVersion = project.findProperty('kolinxVersion') ?: '1.1.1'

ideaVersion = project.findProperty('ideaVersion') ?: '183.5429.1'
Expand Down

0 comments on commit d50e5bb

Please sign in to comment.