diff --git a/gradle-plugins/gradle.properties b/gradle-plugins/gradle.properties index a3313c8196a..ba701f4ff4f 100644 --- a/gradle-plugins/gradle.properties +++ b/gradle-plugins/gradle.properties @@ -3,6 +3,10 @@ org.gradle.configuration-cache=true org.gradle.caching=true kotlin.code.style=official +# TC flag to fix a build with configuration cache enabled +# > Listener registration 'Gradle.addListener' by build is unsupported. +teamcity.internal.gradle.runner.launch.mode=auto + # Default version of Compose Libraries used by Gradle plugin compose.version=1.6.0 # The latest version of Compose Compiler used by Gradle plugin. Used only in tests/CI.