[ObjCExport] Fix property setter
KT-64953: Required part for enum translation
This commit is contained in:
committed by
Space Team
parent
576851e514
commit
8f2fc3d1e2
+9
@@ -0,0 +1,9 @@
|
||||
@file:OptIn(ExperimentalObjCName::class)
|
||||
|
||||
import kotlin.experimental.ExperimentalObjCName
|
||||
|
||||
@kotlin.native.ObjCName("objcValName", "swiftValName")
|
||||
val valProperty = 42
|
||||
|
||||
@kotlin.native.ObjCName("objcVaRName", "swiftVaRName")
|
||||
var varProperty = 42
|
||||
Reference in New Issue
Block a user