drop deprecated @platformName and @platformStatic annotations
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@ class Foo {
|
||||
fun f() {
|
||||
}
|
||||
|
||||
platformStatic fun s() {
|
||||
@JvmStatic fun s() {
|
||||
}
|
||||
|
||||
val CONST = 42
|
||||
|
||||
Vendored
+1
-1
@@ -3,7 +3,7 @@ class Foo {
|
||||
fun f() {
|
||||
}
|
||||
|
||||
platformStatic fun s() {
|
||||
@JvmStatic fun s() {
|
||||
}
|
||||
|
||||
val CONST = 42
|
||||
|
||||
Reference in New Issue
Block a user