Browse Source

Enable parallel builds and caching

pull/10/head
Arkadii Ivanov 4 years ago
parent
commit
4dc746cb56
  1. 2
      examples/todoapp/gradle.properties

2
examples/todoapp/gradle.properties

@ -19,3 +19,5 @@ android.useAndroidX=true
android.enableJetifier=true
# Kotlin code style for this project: "official" or "obsolete":
kotlin.code.style=official
org.gradle.parallel=true
org.gradle.caching=true

Loading…
Cancel
Save