[K/N] Convert :kotlin-native:backend.native buildscript to kts

Use folder structure from the rest of the project and build it by
the bootstrap compiler.
This commit is contained in:
Alexander Shabalin
2024-03-02 12:21:15 +01:00
committed by Space Team
parent 0542b62430
commit 24ede14e37
7 changed files with 79 additions and 170 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ plugins {
}
dependencies {
api(project(":kotlin-native:backend.native", "compilerApiElements"))
api(project(":kotlin-native:backend.native"))
}
sourceSets {