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