# Use AndroidX package structure - https://developer.android.com/topic/libraries/support-library/androidx-rn android.useAndroidX=true # Automatically convert third-party libraries to use AndroidX android.enableJetifier=true # Kotlin code style for this project: "official" or "obsolete": kotlin.code.style=official # Set max Gradle JVM memory to 2 Gigabytes org.gradle.jvmargs=-Xmx2G