drop deprecated @platformName and @platformStatic annotations
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
import kotlin.platform.*
|
||||
|
||||
@platformName("bar")
|
||||
@JvmName("bar")
|
||||
fun foo() = "foo"
|
||||
|
||||
fun box(): String {
|
||||
|
||||
Reference in New Issue
Block a user