
commonMain.co.touchlab.skie.shim.ObjCExportNamerImplFactory.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of kotlin-compiler-linker-plugin-kgp_1.8.20 Show documentation
Show all versions of kotlin-compiler-linker-plugin-kgp_1.8.20 Show documentation
Kotlin compiler plugin that improves Swift interface of a Kotlin Multiplatform framework.
@file:Suppress("invisible_reference", "invisible_member")
package co.touchlab.skie.shim
import org.jetbrains.kotlin.backend.konan.objcexport.ObjCExportMapper
import org.jetbrains.kotlin.backend.konan.objcexport.ObjCExportNamer
import org.jetbrains.kotlin.backend.konan.objcexport.ObjCExportNamerImpl
import org.jetbrains.kotlin.builtins.KotlinBuiltIns
internal expect fun createObjCExportNamerImpl(
configuration: ObjCExportNamer.Configuration,
builtIns: KotlinBuiltIns,
mapper: ObjCExportMapper,
local: Boolean,
): ObjCExportNamerImpl
© 2015 - 2025 Weber Informatics LLC | Privacy Policy