Add `explicit-api` compiler option for hte SDK module. Disabled for now.
This commit is contained in:
parent
4e88b7fd11
commit
5c6b370c63
|
@ -75,6 +75,10 @@ android {
|
|||
|
||||
kotlinOptions {
|
||||
jvmTarget = "11"
|
||||
freeCompilerArgs += [
|
||||
// Disabled for now, there are too many errors. Could be handled in another dedicated PR
|
||||
// '-Xexplicit-api=strict', // or warning
|
||||
]
|
||||
}
|
||||
|
||||
sourceSets {
|
||||
|
|
Loading…
Reference in New Issue