Skip to content

Commit

Permalink
Remove unnecessary proguard rules
Browse files Browse the repository at this point in the history
  • Loading branch information
runningcode committed Mar 4, 2025
1 parent f71e77c commit 66cf2ee
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions gradle-plugin/plugin/rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,7 @@
-keep interface com.emergetools.android.gradle.** { *; }
-keep class kotlin.jvm.internal.** { *; }
-keep interface kotlin.jvm.internal.** { *; }
-keep class com.emergetools.android.gradle.kotlin.reflect.** { *; }
-keep interface com.emergetools.android.gradle.kotlin.reflect.** { *; }
-keep class kotlin.reflect.** { *; }
-keepclassmembers class com.emergetools.android.gradle.ProductOptions {
public <fields>;
}

# The Gradle API jar and other compileOnly dependencies aren't added to the classpath, ignore the missing symbols
# I tried adding them but they duplicate a lot of the program classes and trigger errors in R8.
Expand Down

0 comments on commit 66cf2ee

Please sign in to comment.