Eric Ou
12/11/2022, 2:58 PMERROR Class 'Blah' is compiled by a pre-release version of Kotlin and cannot be loaded by this version of the compiler (hello.ds.kts:3:1)
Simply doing
compilerOptions("-Xuse-k2")
Didn't seem to work either.ilya.chernikov
12/19/2022, 12:45 PM-Xallow-unstable-dependencies
option, this should help with the "pre-release" error above.