diff options
Diffstat (limited to 'autofill-parser')
-rw-r--r-- | autofill-parser/build.gradle.kts | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/autofill-parser/build.gradle.kts b/autofill-parser/build.gradle.kts index 928e3828..c029b65c 100644 --- a/autofill-parser/build.gradle.kts +++ b/autofill-parser/build.gradle.kts @@ -16,10 +16,6 @@ android { versionName = "2.0" consumerProguardFiles("consumer-rules.pro") } - - kotlin { explicitApi() } - - kotlinOptions { freeCompilerArgs = freeCompilerArgs + listOf("-Xexplicit-api=strict") } } dependencies { |