b5b7e5f262
This new module gives the ability to resolve symbols from provided klib KtLibraryModules withing a Analysis Session. ^KT-65327 Fixed
12 lines
131 B
Kotlin
12 lines
131 B
Kotlin
plugins {
|
|
kotlin("multiplatform")
|
|
}
|
|
|
|
kotlin {
|
|
macosArm64()
|
|
macosX64()
|
|
linuxX64()
|
|
linuxArm64()
|
|
mingwX64()
|
|
}
|