Fix warning about freeCompilerArgs deprecation.

This commit is contained in:
Benoit Marty 2025-07-02 12:01:20 +02:00
parent 3e02350b1d
commit d15c190185

View file

@ -13,8 +13,10 @@ plugins {
android {
namespace = "io.element.android.libraries.maplibre.compose"
kotlinOptions {
freeCompilerArgs += "-Xexplicit-api=strict"
kotlin {
compilerOptions {
explicitApi()
}
}
}