From 88c962bfca4a4c0eccda50622aac114913bd3180 Mon Sep 17 00:00:00 2001 From: Sergey Bogolepov Date: Thu, 16 Jan 2020 12:32:48 +0700 Subject: [PATCH] [interop] update kotlinx-metadata-klib version `0.0.1-dev-5` includes changes that are required for enum entries support. --- Interop/StubGenerator/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"