diff --git a/free/build.gradle.kts b/free/build.gradle.kts index 0caa50d..a5b581e 100644 --- a/free/build.gradle.kts +++ b/free/build.gradle.kts @@ -10,7 +10,7 @@ android { defaultConfig { minSdk = libs.versions.minSdk.get().toInt() - + consumerProguardFiles("consumer-rules.pro") testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" } diff --git a/free/consumer-rules.pro b/free/consumer-rules.pro index e69de29..7d86fd5 100644 --- a/free/consumer-rules.pro +++ b/free/consumer-rules.pro @@ -0,0 +1,2 @@ +-dontwarn javax.annotation.processing.AbstractProcessor +-dontwarn javax.annotation.processing.SupportedOptions \ No newline at end of file