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
1 changed files with 0 additions and 3 deletions
|
@ -91,9 +91,6 @@ android {
|
|||
enableSplit = false
|
||||
}
|
||||
}
|
||||
kotlinOptions {
|
||||
freeCompilerArgs += "-opt-in=kotlin.RequiresOptIn"
|
||||
}
|
||||
dependenciesInfo {
|
||||
includeInApk false
|
||||
includeInBundle false
|
||||
|
|
Loading…
Reference in a new issue