Fix warning about freeCompilerArgs deprecation.

This commit is contained in:
Benoit Marty
2025-07-02 12:01:20 +02:00
parent 3d7f50453f
commit 7a79b47bc8

View File

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