MPP wizard: remove kotlin-stdlib-native & kotlin-test-native deps
Related to KT-25952
This commit is contained in:
-6
@@ -73,14 +73,8 @@ class KotlinGradleSharedMultiplatformModuleBuilder : KotlinGradleAbstractMultipl
|
||||
}
|
||||
}
|
||||
$nativeSourceName {
|
||||
dependencies {
|
||||
implementation 'org.jetbrains.kotlin:kotlin-stdlib-native'
|
||||
}
|
||||
}
|
||||
$nativeTestName {
|
||||
dependencies {
|
||||
implementation 'org.jetbrains.kotlin:kotlin-test-native'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user