[K/N] Fix KT-40426
This commit is contained in:
committed by
Space Team
parent
c34ae23465
commit
d0778d78b5
+1
-1
@@ -504,7 +504,7 @@ internal fun prepareTool(target: String?, flavor: KotlinPlatform, runFromDaemon:
|
||||
if (!runFromDaemon) it.prepare() // Daemon prepares the tool himself. (See KonanToolRunner.kt)
|
||||
}
|
||||
|
||||
internal val predefinedObjCClassesIncludingCategories: Set<String> by lazy { setOf("NSView") }
|
||||
internal val predefinedObjCClassesIncludingCategories: Set<String> by lazy { setOf("NSView", "UIView") }
|
||||
|
||||
internal fun buildNativeLibrary(
|
||||
tool: ToolConfig,
|
||||
|
||||
Reference in New Issue
Block a user