aboutsummaryrefslogtreecommitdiff
path: root/buildSrc/src/main/java/KotlinCompilerArgs.kt
blob: fed92c22f7c27929d80d0a1c1d04ae2bc566925b (about) (plain)
1
2
3
4
5
6
/*
 * Copyright © 2014-2021 The Android Password Store Authors. All Rights Reserved.
 * SPDX-License-Identifier: GPL-3.0-only
 */

internal val additionalCompilerArgs = listOf("-Xopt-in=kotlin.RequiresOptIn")