Add platformStatic annotation to main method from java
#KT-8219 Fixed
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
package to
|
||||
|
||||
import kotlin.platform.platformStatic
|
||||
|
||||
public object JavaClass {
|
||||
public fun main(args: Array<String>) {
|
||||
platformStatic public fun main(args: Array<String>) {
|
||||
println("Hello, world!")
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user