Add kotlin.external annotation and deprecate kotlin.jvm.native
This commit is contained in:
@@ -3,7 +3,7 @@ import kotlin.platform.*
|
||||
|
||||
class C {
|
||||
companion object {
|
||||
private platformStatic native fun foo()
|
||||
private platformStatic external fun foo()
|
||||
}
|
||||
|
||||
fun bar() {
|
||||
|
||||
Reference in New Issue
Block a user