Skip to content

Commit a9616b5

Browse files
committed
Add gradle.properties: enable AndroidX and Jetifier
1 parent 91f0f2b commit a9616b5

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

gradle.properties

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
2+
android.useAndroidX=true
3+
android.enableJetifier=true
4+
kotlin.code.style=official

0 commit comments

Comments
 (0)