Initial support for kotlin-java interop in incremental compilation.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
package test
|
||||
|
||||
fun foo(): String {
|
||||
return "Hello, world!"
|
||||
}
|
||||
Reference in New Issue
Block a user