Skip to content

Commit

Permalink
Sets stable build for 1.3.30
Browse files Browse the repository at this point in the history
  • Loading branch information
Kordyjan authored and zarechenskiy committed Apr 11, 2019
1 parent 322f758 commit d9ede8f
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,9 +11,9 @@ ext {


// properties that might/should be modifiable
kotlinCompilerTcBuildId = project.findProperty('kotlinCompilerTcBuildId') ?: '2013385'
kotlinCompilerTcBuildId = project.findProperty('kotlinCompilerTcBuildId') ?: '2144328'
kotlinCompilerVersion = project.findProperty('kotlinCompilerVersion') ?: '1.3.30'
kotlinxVersion = project.findProperty('kolinxVersion') ?: '1.0.1'
kotlinxVersion = project.findProperty('kolinxVersion') ?: '1.1.1'

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

0 comments on commit d9ede8f

Please sign in to comment.