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 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"
|
override fun getDescription() = "A Kotlin library or application targeting JavaScript"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
+1
-7
@@ -237,13 +237,7 @@ class KotlinGradleWebMultiplatformModuleBuilder : KotlinGradleAbstractMultiplatf
|
|||||||
|
|
||||||
kotlin {
|
kotlin {
|
||||||
jvm()
|
jvm()
|
||||||
js() {
|
js()
|
||||||
compilations.all {
|
|
||||||
kotlinOptions {
|
|
||||||
sourceMap = true
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
sourceSets {
|
sourceSets {
|
||||||
$commonSourceName {
|
$commonSourceName {
|
||||||
dependencies {
|
dependencies {
|
||||||
|
|||||||
Reference in New Issue
Block a user