Enabled Jetifier since third-party libraries may require it; in-development options for events are now hidden if the user has not explicitly enabled them

This commit is contained in:
denizk0461
2023-06-04 12:27:21 +02:00
parent 98a3a13623
commit 36bede6201
7 changed files with 45 additions and 12 deletions
+4 -1
View File
@@ -22,4 +22,7 @@ kotlin.code.style=official
# thereby reducing the size of the R class for that library
android.nonTransitiveRClass=true
android.defaults.buildfeatures.buildconfig=true
android.nonFinalResIds=false
android.nonFinalResIds=false
# Required since libraries may still rely on Android support libraries
android.enableJetifier=true