K2 scripting: separate scripts compilation into another session
when scripts are compiled along with other sources. #KT-65865 fixed
This commit is contained in:
committed by
Space Team
parent
3ce2172c79
commit
e5a6900458
+2
@@ -1,4 +1,6 @@
|
||||
|
||||
package foo
|
||||
|
||||
fun main() {
|
||||
println("OK")
|
||||
}
|
||||
|
||||
Vendored
+5
@@ -0,0 +1,5 @@
|
||||
|
||||
fun main() {
|
||||
println(SimpleScript_main().ok)
|
||||
println(ok)
|
||||
}
|
||||
+2
@@ -0,0 +1,2 @@
|
||||
|
||||
foo.main()
|
||||
Reference in New Issue
Block a user