-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Expand file tree
/
Copy pathgradle.properties
More file actions
27 lines (24 loc) · 1.14 KB
/
gradle.properties
File metadata and controls
27 lines (24 loc) · 1.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
org.gradle.parallel=true
org.gradle.configuration-cache=true
org.gradle.caching=true
org.gradle.daemon=true
kotlin.code.style=official
# CI agents don't have enough resources to support it :(
dev.junit.parallel=false
# Default version of Compose Libraries used by Gradle plugin
compose.version=1.10.0-alpha02
compose.material3.version=1.10.0-alpha02
# The latest version of Kotlin compatible with compose.tests.compiler.version. Used only in tests/CI.
compose.tests.kotlin.version=2.3.0-Beta2
# __SUPPORTED_GRADLE_VERSIONS__
# Don't forget to edit versions in .github/workflows/gradle-plugin.yml as well
# and Publish.Subtasks.buildTypes.gradle.GradlePluginTestKt#gradleVersions in the TC config
# minimal and current gradle version
compose.tests.gradle.versions=8.7, 9.0.0
compose.tests.agp.versions=8.6.0, 8.9.0, 9.0.0-alpha01
# gradle and agp versions should be compatible:
# https://developer.android.com/build/releases/gradle-plugin#updating-plugin
compose.tests.gradle-agp.exclude=8.7/8.9.0, 8.7/9.0.0-alpha01
# A version of Gradle plugin, that will be published,
# unless overridden by COMPOSE_GRADLE_PLUGIN_VERSION env var.
deploy.version=9999.0.0-SNAPSHOT