c2316ca305
If only regular kotlin .kt (and .java) files are compiled, do not register file extensions that may come from discovered script definitions. Since the discovery is lazy by itself, this should skip jars processing for regular compilation scenarios without scripts. #KT-47816 fixed
5 lines
34 B
Kotlin
Vendored
5 lines
34 B
Kotlin
Vendored
|
|
fun main() {
|
|
println("OK")
|
|
}
|