blob: b49319174dc87e8f135cf0be5259b680c114cffe (
about) (
plain)
1
2
3
4
5
6
7
8
|
/*
* Copyright © 2014-2020 The Android Password Store Authors. All Rights Reserved.
* SPDX-License-Identifier: GPL-3.0-only
*/
internal val additionalCompilerArgs = listOf(
"-Xopt-in=kotlin.RequiresOptIn"
)
|