Add kotlin.external annotation and deprecate kotlin.jvm.native
This commit is contained in:
@@ -5,5 +5,5 @@ interface Base {
|
||||
}
|
||||
|
||||
class Derived : Base {
|
||||
override native fun foo()
|
||||
override external fun foo()
|
||||
}
|
||||
Reference in New Issue
Block a user