[Gradle, Test] Add JS target and presets names for checking incorrect...
... characters after setting Locale to Turkish. ^KT-38712
This commit is contained in:
committed by
Space Team
parent
a37b548b9f
commit
afb2bfe492
+2
@@ -396,6 +396,7 @@ class ConfigurationsTest : MultiplatformExtensionTest() {
|
||||
val project = buildProjectWithMPP {
|
||||
kotlin {
|
||||
jvm()
|
||||
js().nodejs()
|
||||
ios()
|
||||
}
|
||||
}
|
||||
@@ -409,6 +410,7 @@ class ConfigurationsTest : MultiplatformExtensionTest() {
|
||||
extensions.asMap.keys,
|
||||
kotlin.sourceSets.names,
|
||||
kotlin.targets.names,
|
||||
kotlin.presets.names,
|
||||
).flatten()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user