equal
deleted
inserted
replaced
15 # Android operating system, and which are packaged with your app's APK |
15 # Android operating system, and which are packaged with your app's APK |
16 # https://developer.android.com/topic/libraries/support-library/androidx-rn |
16 # https://developer.android.com/topic/libraries/support-library/androidx-rn |
17 android.useAndroidX=true |
17 android.useAndroidX=true |
18 # Kotlin code style for this project: "official" or "obsolete": |
18 # Kotlin code style for this project: "official" or "obsolete": |
19 kotlin.code.style=official |
19 kotlin.code.style=official |
20 # Enables namespacing of each library's R class so that its R class includes only the |
|
21 # resources declared in the library itself and none from the library's dependencies, |
|
22 # thereby reducing the size of the R class for that library |
|
23 android.nonTransitiveRClass=true |
|