removed forgotten and unnecessary code
This commit is contained in:
-6
@@ -196,12 +196,6 @@ open class GradleKotlinJSFrameworkSupportProvider(
|
||||
|
||||
override fun getTestDependencies() = listOf(MAVEN_JS_TEST_ID)
|
||||
|
||||
// override fun updateSettingsScript(settingsBuilder: SettingsScriptBuilder, specifyPluginVersionIfNeeded: Boolean) {
|
||||
// if (specifyPluginVersionIfNeeded) {
|
||||
// settingsBuilder.addResolutionStrategy("kotlin2js")
|
||||
// }
|
||||
// }
|
||||
|
||||
override fun getDescription() = "A Kotlin library or application targeting JavaScript"
|
||||
}
|
||||
|
||||
|
||||
+1
-7
@@ -237,13 +237,7 @@ class KotlinGradleWebMultiplatformModuleBuilder : KotlinGradleAbstractMultiplatf
|
||||
|
||||
kotlin {
|
||||
jvm()
|
||||
js() {
|
||||
compilations.all {
|
||||
kotlinOptions {
|
||||
sourceMap = true
|
||||
}
|
||||
}
|
||||
}
|
||||
js()
|
||||
sourceSets {
|
||||
$commonSourceName {
|
||||
dependencies {
|
||||
|
||||
Reference in New Issue
Block a user