Minor: work around a Kotlin compiler performance regressions

This commit is contained in:
Mike Hearn 2018-06-28 16:00:24 +02:00
parent 4267513332
commit 33511b40dc

View File

@ -140,6 +140,10 @@ allprojects {
apply plugin: 'org.owasp.dependencycheck' apply plugin: 'org.owasp.dependencycheck'
apply plugin: 'kotlin-allopen' 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 { allOpen {
annotations( annotations(
"javax.persistence.Entity", "javax.persistence.Entity",