Add `explicit-api` compiler option for hte SDK module. Disabled for now.

This commit is contained in:
Benoit Marty 2022-04-11 18:41:38 +02:00 committed by Benoit Marty
parent 4e88b7fd11
commit 5c6b370c63
1 changed files with 4 additions and 0 deletions

View File

@ -75,6 +75,10 @@ android {
kotlinOptions { kotlinOptions {
jvmTarget = "11" jvmTarget = "11"
freeCompilerArgs += [
// Disabled for now, there are too many errors. Could be handled in another dedicated PR
// '-Xexplicit-api=strict', // or warning
]
} }
sourceSets { sourceSets {