gradle.properties
changeset 11 c028b38c3bdf
parent 0 0a13dcabf7d3
child 73 1b1779baa28f
equal deleted inserted replaced
10:c32bbf843b92 11:c028b38c3bdf
    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