Dan T
07/07/2020, 10:49 PM#!/usr/bin/env kotlin
println("foo")
fails in IntelliJ 2020.1.2 with the following error:
error: org/jetbrains/kotlin/scripting/compiler/plugin/impl/KJvmCompiledModuleInMemory (foo.main.kts): java.lang.NoClassDefFoundError: org/jetbrains/kotlin/scripting/compiler/plugin/impl/KJvmCompiledModuleInMemory
I tried the 1.8
and 11.0.5
as JDKs.
Is this something that should be working currently? If not, is there an issue/page to track the progress of this? Thanks.ilya.chernikov
07/08/2020, 12:23 PMDan T
07/08/2020, 3:08 PM