removed forgotten and unnecessary code

This commit is contained in:
Anton Yalyshev
2019-04-16 14:52:05 +03:00
parent f79517ee5d
commit 6113e66e7a
2 changed files with 1 additions and 13 deletions
@@ -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"
}
@@ -237,13 +237,7 @@ class KotlinGradleWebMultiplatformModuleBuilder : KotlinGradleAbstractMultiplatf
kotlin {
jvm()
js() {
compilations.all {
kotlinOptions {
sourceMap = true
}
}
}
js()
sourceSets {
$commonSourceName {
dependencies {