We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3ae16b commit f6da356Copy full SHA for f6da356
1 file changed
Makefile_jvm
@@ -5,7 +5,7 @@ jvm_srcdir_main=platform/jvm/src/main
5
jvm_srcdir_test=platform/jvm/src/test
6
7
JVM_KOTLINC=kotlinc-jvm
8
-JVM_KOTLINCFLAGS=-Xmulti-platform -language-version 1.3 -api-version 1.3
+JVM_KOTLINCFLAGS=-Xmulti-platform -language-version 1.8 -api-version 1.8
9
10
jvm_classpath=$(patsubst %,-classpath %,$(call topath,$(filter-out %-sources.jar,$(filter %.jar,$^))))
11
0 commit comments