Fix deprecated smart casts in sources (around KT-48101)
This commit is contained in:
+2
-1
@@ -31,8 +31,9 @@ class KotlinJsIrCompilation(
|
||||
|
||||
override val defaultSourceSetName: String
|
||||
get() {
|
||||
val target = target as KotlinJsIrTarget
|
||||
return lowerCamelCaseName(
|
||||
if ((target as KotlinJsIrTarget).mixedMode)
|
||||
if (target.mixedMode)
|
||||
target.disambiguationClassifierInPlatform
|
||||
else
|
||||
target.disambiguationClassifier,
|
||||
|
||||
Reference in New Issue
Block a user