fix: gradle deprecations

This commit is contained in:
infi 2026-05-03 19:43:18 +02:00
parent 68e0b56afa
commit 02050172f2
1 changed files with 1 additions and 5 deletions

View File

@ -21,8 +21,4 @@ kotlin.code.style=official
# resources declared in the library itself and none from the library's dependencies, # resources declared in the library itself and none from the library's dependencies,
# thereby reducing the size of the R class for that library # thereby reducing the size of the R class for that library
android.nonTransitiveRClass=true android.nonTransitiveRClass=true
android.nonFinalResIds=false
org.gradle.configuration-cache=false org.gradle.configuration-cache=false
android.defaults.buildfeatures.resvalues=true
android.builtInKotlin=false
android.newDsl=false