Fix warning: w: '-Xopt-in' is deprecated and will be removed in a future release, please use -opt-in instead
This commit is contained in:
parent
41359a53f7
commit
c04655cd36
@ -44,7 +44,7 @@ android {
|
|||||||
kotlinOptions {
|
kotlinOptions {
|
||||||
jvmTarget = "11"
|
jvmTarget = "11"
|
||||||
freeCompilerArgs += [
|
freeCompilerArgs += [
|
||||||
"-Xopt-in=kotlin.RequiresOptIn"
|
"-opt-in=kotlin.RequiresOptIn"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -52,4 +52,4 @@ android {
|
|||||||
dependencies {
|
dependencies {
|
||||||
implementation libs.androidx.appCompat
|
implementation libs.androidx.appCompat
|
||||||
implementation libs.jetbrains.coroutinesAndroid
|
implementation libs.jetbrains.coroutinesAndroid
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user