JS backend: added the support nativeInvoke, nativeGetter, nativeSetter.
This commit is contained in:
@@ -18,6 +18,13 @@ package kotlin.js
|
||||
|
||||
native
|
||||
public annotation class native(public val name: String = "")
|
||||
native
|
||||
public annotation class nativeGetter
|
||||
native
|
||||
public annotation class nativeSetter
|
||||
native
|
||||
public annotation class nativeInvoke
|
||||
|
||||
native
|
||||
public annotation class library(public val name: String = "")
|
||||
native
|
||||
|
||||
Reference in New Issue
Block a user