mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 23:27:04 +05:30
fix: don't set Kotlin language version
This isn't required for app projects Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
4f9debab25
commit
75910a5c41
1 changed files with 0 additions and 2 deletions
|
@ -14,7 +14,6 @@ import org.gradle.api.tasks.testing.logging.TestLogEvent
|
|||
import org.gradle.jvm.toolchain.JavaLanguageVersion
|
||||
import org.gradle.jvm.toolchain.JavaToolchainSpec
|
||||
import org.gradle.kotlin.dsl.withType
|
||||
import org.jetbrains.kotlin.gradle.dsl.KotlinVersion
|
||||
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
|
||||
|
||||
@Suppress("Unused", "UnstableApiUsage")
|
||||
|
@ -31,7 +30,6 @@ class KotlinCommonPlugin : Plugin<Project> {
|
|||
compilerOptions {
|
||||
allWarningsAsErrors.set(project.providers.environmentVariable("CI").isPresent)
|
||||
freeCompilerArgs.addAll(ADDITIONAL_COMPILER_ARGS)
|
||||
languageVersion.set(KotlinVersion.KOTLIN_1_9)
|
||||
}
|
||||
}
|
||||
withType<Test>().configureEach {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue