Refactoring: Keep predefined K/N targets inside of KonanTarget.Companion

This commit is contained in:
Dmitriy Dolovov
2020-03-26 18:09:01 +07:00
parent 7a19558d54
commit 36988cf15c
5 changed files with 45 additions and 23 deletions
+5 -2
View File
@@ -8,11 +8,14 @@ description = "Kotlin/Native utils"
dependencies {
compile(kotlinStdlib())
compile(project(":kotlin-util-io"))
}
testCompile(commonDep("junit:junit"))
testCompileOnly(project(":kotlin-reflect-api"))
testRuntime(project(":kotlin-reflect"))}
sourceSets {
"main" { projectDefault() }
"test" { none() }
"test" { projectDefault() }
}
publish()