mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-18 09:07:01 +05:30
build: convert to Gradle Kotlin DSL
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
9839bf4014
commit
1e2fef884f
19 changed files with 514 additions and 230 deletions
9
buildSrc/src/main/java/KotlinCompilerArgs.kt
Normal file
9
buildSrc/src/main/java/KotlinCompilerArgs.kt
Normal file
|
@ -0,0 +1,9 @@
|
|||
/*
|
||||
* Copyright © 2014-2020 The Android Password Store Authors. All Rights Reserved.
|
||||
* SPDX-License-Identifier: GPL-3.0-only
|
||||
*/
|
||||
|
||||
internal val additionalCompilerArgs = listOf(
|
||||
"-Xallow-jvm-ir-dependencies",
|
||||
"-Xskip-prerelease-check"
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue