We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
kotlin.compiler.jvmTarget
1 parent 94aa18a commit bd620f1Copy full SHA for bd620f1
library/pom.xml
@@ -57,6 +57,7 @@
57
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
58
59
<kotlin.version>1.6.10</kotlin.version>
60
+ <kotlin.compiler.jvmTarget>${maven.compiler.source}</kotlin.compiler.jvmTarget>
61
62
<!-- testing dependencies versions -->
63
<junit5.version>5.8.2</junit5.version>
tool/pom.xml
@@ -56,6 +56,7 @@
56
0 commit comments