From a13176a23dba82e29474cb4f7b5cbf6f49b3eb53 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Sat, 17 Apr 2021 22:33:00 +0530 Subject: build: enable explicit API automatically on all library projects Signed-off-by: Harsh Shandilya --- autofill-parser/build.gradle.kts | 4 ---- 1 file changed, 4 deletions(-) (limited to 'autofill-parser/build.gradle.kts') 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 { -- cgit v1.2.3