mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-08-29 13:27:46 +00:00
feat(build): raise Kotlin target to match version
This commit is contained in:
parent
086cbe9121
commit
ff0b489dd9
@ -30,7 +30,7 @@ class KotlinCommonPlugin : Plugin<Project> {
|
||||
compilerOptions {
|
||||
jvmTarget.set(JvmTarget.JVM_11)
|
||||
allWarningsAsErrors.set(true)
|
||||
languageVersion.set(KotlinVersion.KOTLIN_1_5)
|
||||
languageVersion.set(KotlinVersion.KOTLIN_1_8)
|
||||
freeCompilerArgs.addAll(ADDITIONAL_COMPILER_ARGS)
|
||||
if (!this@task.name.contains("test", ignoreCase = true) && !isAppModule) {
|
||||
freeCompilerArgs.add("-Xexplicit-api=strict")
|
||||
|
Loading…
x
Reference in New Issue
Block a user