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 --- openpgp-ktx/build.gradle.kts | 4 ---- 1 file changed, 4 deletions(-) (limited to 'openpgp-ktx') diff --git a/openpgp-ktx/build.gradle.kts b/openpgp-ktx/build.gradle.kts index 90a89501..79e083b5 100644 --- a/openpgp-ktx/build.gradle.kts +++ b/openpgp-ktx/build.gradle.kts @@ -14,10 +14,6 @@ android { defaultConfig { consumerProguardFiles("consumer-proguard-rules.pro") } buildFeatures.aidl = true - - kotlin { explicitApi() } - - kotlinOptions { freeCompilerArgs = freeCompilerArgs + listOf("-Xexplicit-api=strict") } } dependencies { implementation(libs.kotlin.coroutines.core) } -- cgit v1.2.3