mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-03-10 08:31:29 +00:00
Implement CInteropCommonizerTask to support commonization of user-defined cinterops
^KT-40975 Verification Pending
This commit is contained in:
committed by
Space
parent
7cf8e9ec58
commit
6efd04edc0
@@ -13,7 +13,7 @@ import java.io.Serializable
|
||||
// N.B. TargetPlatform/SimplePlatform are non exhaustive enough to address both target platforms such as
|
||||
// JVM, JS and concrete Kotlin/Native targets, e.g. macos_x64, ios_x64, linux_x64.
|
||||
public sealed class CommonizerTarget : Serializable {
|
||||
final override fun toString(): String = identityString
|
||||
final override fun toString(): String = prettyName
|
||||
}
|
||||
|
||||
public data class LeafCommonizerTarget public constructor(val name: String) : CommonizerTarget() {
|
||||
|
||||
Reference in New Issue
Block a user