Sola
02/09/2017, 3:25 PMError:Kotlin: Runtime JAR file has version 1.0 which is older than required for language version 1.1
error.yole
02/09/2017, 3:26 PMSola
02/09/2017, 3:27 PMSola
02/09/2017, 4:26 PM1.0
in IDEA configuration, but allopen
and noarg
plugins seems doesn't workSola
02/09/2017, 4:32 PMError:Kotlin: [Internal Error] java.lang.NoClassDefFoundError: org/jetbrains/kotlin/resolve/DeclarationChecker
errorjoeygibson
02/09/2017, 4:32 PM1.0.6
is the current one.Sola
02/09/2017, 4:32 PMyole
02/09/2017, 4:33 PMSola
02/09/2017, 4:33 PM1.0
and 1.1
i can chooseyan
02/09/2017, 4:39 PMSola
02/09/2017, 4:40 PMmvn compile
Sola
02/09/2017, 4:42 PMyan
02/09/2017, 4:43 PMall-open
plugin in Maven POM?Sola
02/09/2017, 4:43 PM${kotlin.version}
, (1.0.6)yan
02/09/2017, 4:46 PM1.1
as it uses the compiler internal API that changed from 1.0.x.Sola
02/09/2017, 4:47 PMstdlib
version?yan
02/09/2017, 4:49 PMSola
02/09/2017, 4:53 PMSola
02/09/2017, 5:03 PM1.1
, the allopen
and noarg
plugins still doesn't work 😞yan
02/09/2017, 5:31 PMSola
02/09/2017, 5:33 PMSola
02/09/2017, 5:46 PMkotlin-stdlib-jre8
dependency instead of kotlin-stdlib
, so i just changed my POM.xml
to using kotlin-stdlib-jre8
, it works fine now. 🙂sdeleuze
02/11/2017, 12:40 PMkotlin-stdlib-jre8
?sdeleuze
02/11/2017, 12:40 PMkotlin-stdlib
with java 8 bytecode ?irus
02/11/2017, 1:14 PMsdeleuze
02/11/2017, 1:14 PMsdeleuze
02/11/2017, 1:15 PMirus
02/11/2017, 1:18 PMirus
02/11/2017, 1:20 PMikej
02/11/2017, 6:12 PM-Xskip-runtime-version-check
to the compiler. In gradle I can write compileKotlin.kotlinOptions.freeCompilerArgs = ['-Xskip-runtime-version-check']
and it works, but the gradle project import does not pick up this argument. I can manually add it to the Kotlin facet but it is gone after each new project import. Is there a way to get persistent command line options for the compiler?