Minor: remove commented code from kotlin.kotlin-test.wasm/build.gradle.kts
This commit is contained in:
committed by
TeamCityServer
parent
714773fdf8
commit
337b55e806
@@ -17,11 +17,6 @@ val commonMainSources by task<Sync> {
|
||||
into("$buildDir/commonMainSources")
|
||||
}
|
||||
|
||||
//val commonTestSources by task<Sync> {
|
||||
// from("$rootDir/libraries/kotlin.test/common/src/test/kotlin")
|
||||
// into("$buildDir/commonTestSources")
|
||||
//}
|
||||
|
||||
kotlin {
|
||||
js(IR) {
|
||||
nodejs()
|
||||
@@ -34,9 +29,6 @@ kotlin {
|
||||
}
|
||||
kotlin.srcDir(commonMainSources.get().destinationDir)
|
||||
}
|
||||
// val commonTest by getting {
|
||||
// kotlin.srcDir(commonTestSources.get().destinationDir)
|
||||
// }
|
||||
val jsMain by getting {
|
||||
dependencies {
|
||||
api(project(":kotlin-stdlib-wasm"))
|
||||
@@ -58,7 +50,3 @@ tasks.named("compileKotlinJs") {
|
||||
(this as KotlinCompile<*>).kotlinOptions.freeCompilerArgs += "-Xir-module-name=kotlin-test"
|
||||
dependsOn(commonMainSources)
|
||||
}
|
||||
|
||||
//tasks.named("compileTestKotlinJs") {
|
||||
// dependsOn(commonTestSources)
|
||||
//}
|
||||
|
||||
Reference in New Issue
Block a user