Build stdlib without dependency to kotlin-runtime and kotlin-test.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
description 'Kotlin Script Runtime'
|
||||
|
||||
dependencies {
|
||||
compile project(':kotlin-runtime')
|
||||
compileOnly project(':kotlin-stdlib')
|
||||
}
|
||||
|
||||
sourceSets {
|
||||
@@ -23,5 +23,8 @@ artifacts {
|
||||
}
|
||||
|
||||
compileKotlin {
|
||||
kotlinOptions.freeCompilerArgs = ["-Xallow-kotlin-package", "-module-name", "${project.name}".toString()]
|
||||
kotlinOptions.freeCompilerArgs = [
|
||||
"-Xallow-kotlin-package",
|
||||
"-module-name", project.name
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user