mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-18 10:17:02 +05:30
9 lines
241 B
Kotlin
9 lines
241 B
Kotlin
/*
|
|
* 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"
|
|
)
|