Fix warning about freeCompilerArgs deprecation.
This commit is contained in:
parent
3e02350b1d
commit
d15c190185
1 changed files with 4 additions and 2 deletions
|
|
@ -13,8 +13,10 @@ plugins {
|
|||
android {
|
||||
namespace = "io.element.android.libraries.maplibre.compose"
|
||||
|
||||
kotlinOptions {
|
||||
freeCompilerArgs += "-Xexplicit-api=strict"
|
||||
kotlin {
|
||||
compilerOptions {
|
||||
explicitApi()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue