mirror of
https://github.com/jlengrand/compose-multiplatform.git
synced 2026-05-16 00:01:23 +00:00
There are two types of Gradle tests: * integration tests (:compose:testGradle-<GRADLE_VERSION>); * unit tests (:compose:test); There is a custom test name generator (GradleTestNameGenerator), which prints current version of Gradle for integration tests. During unit tests execution, GradleTestNameGenerator failed with NPE, because the 'gradle.version.for.tests' system property was not set. NPE did not crash the test suite, but it was printed to stderr.
JetBrains Compose gradle plugin for easy configuration
Environment variables:
COMPOSE_GRADLE_PLUGIN_VERSION- version of pluginCOMPOSE_GRADLE_PLUGIN_COMPOSE_VERSION- version of JetBrains Compose used by the plugin