[Gradle, JS] Fix for JsIrTarget in mixed mode
#KT-38592 fixed
This commit is contained in:
+1
-1
@@ -52,7 +52,7 @@ constructor(
|
||||
override fun createUsageContexts(producingCompilation: KotlinCompilation<*>): Set<DefaultKotlinUsageContext> {
|
||||
val usageContexts = super.createUsageContexts(producingCompilation)
|
||||
|
||||
if (isMpp!!) return usageContexts
|
||||
if (isMpp!! || mixedMode) return usageContexts
|
||||
|
||||
return usageContexts +
|
||||
DefaultKotlinUsageContext(
|
||||
|
||||
Reference in New Issue
Block a user