We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a2629b commit 3df72fcCopy full SHA for 3df72fc
core/src/main/kotlin/eu/iamgio/pikt/util/KotlinCompilerDownloader.kt
@@ -20,7 +20,7 @@ private const val DOWNLOAD_URL = "https://github.com/JetBrains/kotlin/releases/d
20
/**
21
* Default Kotlin version to download if not specified.
22
*/
23
-private const val DEFAULT_KOTLIN_VERSION = "1.7.20"
+private const val DEFAULT_KOTLIN_VERSION = "1.9.21"
24
25
26
* Downloads the Kotlin compiler from GitHub releases.
pom.xml
@@ -16,7 +16,7 @@
16
</modules>
17
18
<properties>
19
- <kotlin.version>1.7.20</kotlin.version>
+ <kotlin.version>1.9.21</kotlin.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
</properties>
0 commit comments