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:
Jake Wharton 2023-01-12 13:41:35 -05:00 committed by GitHub
parent 9abf1e5e33
commit c4d569314f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

@ -91,9 +91,6 @@ android {
enableSplit = false
}
}
kotlinOptions {
freeCompilerArgs += "-opt-in=kotlin.RequiresOptIn"
}
dependenciesInfo {
includeInApk false
includeInBundle false