Changed KonanProtoBuf to KlibMetadataProtoBuf
This commit is contained in:
committed by
alexander-gorshenev
parent
d201beaf27
commit
445eedd378
+2
-1
@@ -65,6 +65,7 @@ ext {
|
||||
kotlinNativeUtilsModule="org.jetbrains.kotlin:kotlin-native-utils:${kotlinVersion}"
|
||||
kotlinUtilIoModule="org.jetbrains.kotlin:kotlin-util-io:${kotlinVersion}"
|
||||
kotlinUtilKlibModule="org.jetbrains.kotlin:kotlin-util-klib:${kotlinVersion}"
|
||||
kotlinUtilKliMetadatabModule="org.jetbrains.kotlin:kotlin-util-klib-metadata:${kotlinVersion}"
|
||||
|
||||
konanVersionFull = KonanVersionGeneratedKt.getCurrentKonanVersion()
|
||||
gradlePluginVersion = konanVersionFull
|
||||
@@ -608,4 +609,4 @@ task pusher(type: KotlinBuildPusher){
|
||||
konanVersion = KonanVersionGeneratedKt.getCurrentKonanVersion()
|
||||
buildServer = "teamcity.jetbrains.com"
|
||||
token = project.findProperty("teamcityBearToken") ?: System.getenv("TEAMCITY_BEAR_TOKEN")
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user