[K/N] Convert StubGenerator build script to Kotlin

Besides usual pros of kts, it simplifies potential reuse
of code from other build.gradle.kts (namely, Interop:Indexer).

Also, this commit fixes red code in IDE by adding proper dependencies.
This commit is contained in:
Sergey Bogolepov
2022-09-13 15:05:23 +03:00
committed by Space
parent 0569f429dd
commit ddc2eb79c3
3 changed files with 68 additions and 57 deletions
@@ -23,4 +23,5 @@ dependencies {
implementation project(':kotlin-native:Interop:StubGenerator')
implementation project(':kotlin-native:klib')
implementation project(":kotlin-native:utilities:basic-utils")
implementation project(":kotlin-native-shared")
}