Enable kotlin explicitApi for android projects Previously, we had explicitApi disable for android projects due to https://youtrack.jetbrains.com/issue/KT-37652 however that was fixed in Kotlin 1.9.0 Explicitly disabling it for all the Android projects that are currently not compliant Test: ./gradlew createArchive Change-Id: I9345d0448340df6fe13d1b203677a024da8bfb89
diff --git a/camera/camera-feature-combination-query-play-services/build.gradle b/camera/camera-feature-combination-query-play-services/build.gradle index ba423b1d..04ca4c2 100644 --- a/camera/camera-feature-combination-query-play-services/build.gradle +++ b/camera/camera-feature-combination-query-play-services/build.gradle
@@ -56,4 +56,5 @@ description = "Camera feature combination components for the Jetpack Camera Library, a " + "library providing camera feature combination with Google Play Services dependencies." metalavaK2UastEnabled = true + legacyDisableKotlinStrictApiMode = true } \ No newline at end of file