Files
android-emulator-runner/test-fixture/gradle.properties
T
Yang a2c97ef57f Update test-fixture dependencies and workflows (#332)
* Gradle 8.0.2 for test-fixture. Update Gradle build cache in workflows.

* Update all dependencies for `test-fixture`.

* Add missing JVM target.
2023-03-18 19:38:37 +11:00

13 lines
273 B
Properties

org.gradle.parallel=true
org.gradle.configureondemand=true
org.gradle.caching=true
# Enable parallel tasks execution for Kotlin Gradle plugin
kotlin.parallel.tasks.in.project=true
# Kotlin code style
kotlin.code.style=official
# Enable AndroidX
android.useAndroidX=true