K/N: Get rid of remaining parts of "lite" KLIB API

Rewrite it in clean way and move to 'idea-gradle' module.
This commit is contained in:
Dmitriy Dolovov
2020-01-26 14:51:44 +07:00
parent a7da605816
commit 224b2acdcc
30 changed files with 319 additions and 307 deletions
-1
View File
@@ -610,7 +610,6 @@ tasks {
register("konan-tests") {
dependsOn("dist")
dependsOn(
":kotlin-native:kotlin-native-library-reader:test",
":kotlin-native:commonizer:test"
)
}