mirror of
https://github.com/pachli/pachli-android.git
synced 2025-02-03 02:37:37 +01:00
Remove old opt-in for RequiresOptIn (#3167)
As of Kotlin 1.7 the opt-in feature is now stable and does not need an explicit declaration. https://kotlinlang.org/docs/whatsnew17.html#stable-opt-in-requirements
This commit is contained in:
parent
9abf1e5e33
commit
c4d569314f
@ -91,9 +91,6 @@ android {
|
||||
enableSplit = false
|
||||
}
|
||||
}
|
||||
kotlinOptions {
|
||||
freeCompilerArgs += "-opt-in=kotlin.RequiresOptIn"
|
||||
}
|
||||
dependenciesInfo {
|
||||
includeInApk false
|
||||
includeInBundle false
|
||||
|
Loading…
x
Reference in New Issue
Block a user