mirror of
https://github.com/reactivecircus/android-emulator-runner.git
synced 2026-08-31 17:49:33 +00:00
a2c97ef57f
* Gradle 8.0.2 for test-fixture. Update Gradle build cache in workflows. * Update all dependencies for `test-fixture`. * Add missing JVM target.
13 lines
273 B
Properties
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
|