Rename :native:kotlin-native-commonizer to :native:kotlin-klib-commonizer

This commit is contained in:
Dmitriy Dolovov
2020-02-01 18:17:56 +07:00
parent 07863b61d8
commit b711c6d398
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ val mavenCompileScope by configurations.creating {
.addMapping(0, this, COMPILE)
}
description = "Kotlin/Native library commonizer"
description = "Kotlin KLIB Library Commonizer"
dependencies {
compileOnly(project(":compiler:cli-common"))