Add import support to main-kts, with test
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
|
||||
var sharedVar = 2
|
||||
|
||||
println("Hi from common")
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,4 @@
|
||||
|
||||
var sharedVar = 2
|
||||
|
||||
println("Hi from common")
|
||||