migrate build files to kotlin

This commit is contained in:
Luke Wass 2025-05-12 12:32:14 -05:00
parent 87f3d49305
commit 642b6bcbf4
9 changed files with 268 additions and 155 deletions

View file

@ -16,7 +16,7 @@ org.gradle.jvmargs=-Xmx1536m
# https://developer.android.com/topic/libraries/support-library/androidx-rn
android.useAndroidX=true
# Automatically convert third-party libraries to use AndroidX
android.enableJetifier=true
android.enableJetifier=false
# Kotlin code style for this project: "official" or "obsolete":
kotlin.code.style=official
android.nonTransitiveRClass=true