Fix import for performance project when kotlin.native is enabled
This commit is contained in:
@@ -33,6 +33,10 @@ plugins {
|
|||||||
id("org.jetbrains.kotlin.multiplatform") apply false
|
id("org.jetbrains.kotlin.multiplatform") apply false
|
||||||
}
|
}
|
||||||
|
|
||||||
|
repositories {
|
||||||
|
mavenCentral()
|
||||||
|
}
|
||||||
|
|
||||||
def globalProperties = new java.util.Properties()
|
def globalProperties = new java.util.Properties()
|
||||||
ext.kotlin_root = project.file("../..").absolutePath
|
ext.kotlin_root = project.file("../..").absolutePath
|
||||||
project.logger.info("kotlin_root: $kotlin_root")
|
project.logger.info("kotlin_root: $kotlin_root")
|
||||||
|
|||||||
Reference in New Issue
Block a user