Skip to content

Commit dca2973

Browse files
committed
Make the build parallel
1 parent 9fc4f6f commit dca2973

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

gradle.properties

+2-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,5 @@ org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
1616
# https://developer.android.com/topic/libraries/support-library/androidx-rn
1717
android.useAndroidX=true
1818
# Kotlin code style for this project: "official" or "obsolete":
19-
kotlin.code.style=official
19+
kotlin.code.style=official
20+
org.gradle.parallel=true

0 commit comments

Comments
 (0)