Disabled Jetifier

This commit is contained in:
Prathamesh More 2022-06-06 23:45:17 +05:30
parent b28d5678bc
commit 8ce316561b
5 changed files with 6 additions and 5 deletions

View file

@ -16,6 +16,6 @@ org.gradle.parallel=true
# 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