Build: update kotlinLanguageVersion to 1.6
Update binary-compatibility-validator dependency to 0.7.1 to allow it to read Kotlin metadata of version 1.6. #KT-48445
This commit is contained in:
@@ -6,7 +6,7 @@ configurations {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compile("org.jetbrains.kotlinx:binary-compatibility-validator:0.5.0")
|
||||
compile("org.jetbrains.kotlinx:binary-compatibility-validator:0.7.1")
|
||||
|
||||
testCompile project(':kotlin-test:kotlin-test-junit')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user