Skip to content

Commit

Permalink
Upgrade to Kotlin 1.2.51. (corda#3509)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisr3 authored Jul 5, 2018
1 parent df198ac commit 35b2170
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -141,10 +141,6 @@ allprojects {
apply plugin: 'org.owasp.dependencycheck'
apply plugin: 'kotlin-allopen'

// This line works around a serious performance regression in the Kotlin 1.2.50 gradle plugin, it's fixed in 1.2.51
// TODO: Remove when we upgrade past Kotlin 1.2.51
inspectClassesForKotlinIC.enabled = false

allOpen {
annotations(
"javax.persistence.Entity",
Expand Down
2 changes: 1 addition & 1 deletion constants.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
gradlePluginsVersion=4.0.25
kotlinVersion=1.2.50
kotlinVersion=1.2.51
platformVersion=4
guavaVersion=21.0
proguardVersion=6.0.3
Expand Down

0 comments on commit 35b2170

Please sign in to comment.