[interop] update kotlinx-metadata-klib version
`0.0.1-dev-5` includes changes that are required for enum entries support.
This commit is contained in:
committed by
Sergey Bogolepov
parent
bdeb9141ed
commit
88c962bfca
@@ -35,7 +35,7 @@ dependencies {
|
|||||||
compile project(':Interop:Indexer')
|
compile project(':Interop:Indexer')
|
||||||
compile "org.jetbrains.kotlin:kotlin-native-shared:$konanVersion"
|
compile "org.jetbrains.kotlin:kotlin-native-shared:$konanVersion"
|
||||||
compile project(path: ":endorsedLibraries:kotlinx.cli", configuration: "jvmRuntimeElements")
|
compile project(path: ":endorsedLibraries:kotlinx.cli", configuration: "jvmRuntimeElements")
|
||||||
compile "org.jetbrains.kotlinx:kotlinx-metadata-klib:0.0.1-dev-4"
|
compile "org.jetbrains.kotlinx:kotlinx-metadata-klib:0.0.1-dev-5"
|
||||||
|
|
||||||
testCompile "junit:junit:4.12"
|
testCompile "junit:junit:4.12"
|
||||||
testCompile "org.jetbrains.kotlin:kotlin-test-junit:$buildKotlinVersion"
|
testCompile "org.jetbrains.kotlin:kotlin-test-junit:$buildKotlinVersion"
|
||||||
|
|||||||
Reference in New Issue
Block a user