diff --git a/Interop/StubGenerator/build.gradle b/Interop/StubGenerator/build.gradle index 9488cd8ddf1..06644946d21 100644 --- a/Interop/StubGenerator/build.gradle +++ b/Interop/StubGenerator/build.gradle @@ -35,7 +35,7 @@ dependencies { compile project(':Interop:Indexer') compile "org.jetbrains.kotlin:kotlin-native-shared:$konanVersion" 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 "org.jetbrains.kotlin:kotlin-test-junit:$buildKotlinVersion"