Skip to content

Commit

Permalink
build(gradle): Do not explicitly set a (lower) Kotlin API
Browse files Browse the repository at this point in the history
Always rely on the latest default.

Signed-off-by: Sebastian Schuberth <[email protected]>
  • Loading branch information
sschuberth committed Oct 15, 2024
1 parent 3af0aa6 commit 7ed685e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import io.gitlab.arturbosch.detekt.Detekt

import org.jetbrains.compose.desktop.application.dsl.TargetFormat
import org.jetbrains.kotlin.gradle.dsl.JvmTarget
import org.jetbrains.kotlin.gradle.dsl.KotlinVersion
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

val javaLanguageVersion: String by project
Expand Down Expand Up @@ -95,7 +94,6 @@ tasks.withType<KotlinCompile> {

compilerOptions {
allWarningsAsErrors = true
apiVersion = KotlinVersion.KOTLIN_1_8
freeCompilerArgs.addAll(customCompilerArgs)
jvmTarget = maxKotlinJvmTarget
}
Expand Down

0 comments on commit 7ed685e

Please sign in to comment.