4 lines
116 B
Kotlin
Vendored
4 lines
116 B
Kotlin
Vendored
import kotlin.native.internal.ExportedBridge
|
|
|
|
@ExportedBridge("my_function")
|
|
fun myFunction(value: Int): Int = value |