Commit 3687f536 authored by Tomm0017's avatar Tomm0017
Browse files

Update kotlin

Use direct kotlin function call
Add project-local kotlin additional args
Update kotlin dependencies
Update kotlin version
parent ec12fe96
Showing with 8 additions and 12 deletions
+8 -12
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="Kotlin2JsCompilerArguments">
<option name="sourceMapEmbedSources" />
<option name="sourceMapPrefix" />
</component>
<component name="Kotlin2JvmCompilerArguments">
<option name="jvmTarget" value="1.8" />
</component>
<component name="KotlinCompilerSettings">
<option name="additionalArguments" value="-Xallow-any-scripts-in-source-roots" />
</component>
<component name="KotlinJpsPluginSettings">
<option name="version" value="1.8.20-Beta" />
<option name="version" value="1.8.20-RC2" />
</component>
</project>
\ No newline at end of file
......@@ -50,10 +50,7 @@ allprojects {
plugins.withType<KotlinPluginWrapper> {
apply(plugin = "org.jmailen.kotlinter")
kotlin {
explicitApi()
}
kotlin.explicitApi()
}
tasks.withType<JavaCompile> {
......
......@@ -7,9 +7,9 @@ inline-logger = "1.0.4"
jackson = "2.14.2"
jmh = "0.7.0"
junit = "5.9.2"
kotlin-coroutines = "1.6.4"
kotlin-coroutines = "1.7.0-Beta"
kotlin-poet = "1.12.0"
kotlin-script = "1.8.20-Beta"
kotlin-script = "1.8.20-RC2"
kotlinter = "3.14.0"
logback = "1.4.5"
netty = "4.1.87.Final"
......
......@@ -7,7 +7,7 @@ enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")
pluginManagement {
plugins {
kotlin("jvm") version "1.8.20-Beta"
kotlin("jvm") version "1.8.20-RC2"
}
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment