`@file:Import("path.kt")` is not supported by the ...
# scripting
j
@file:Import("path.kt")
is not supported by the IDE?
b
I think your common.main.kt needs to drop .main bit. Kts compiler is very picky about extensions...
Also make sure you actually import TEST
j
Thanks but no, no luck either
b
Ah, damn. Oh well, was worth a shot...
i
Please, file an issue - kotl.in/issue
j