# On Fedora 43+ (kernel ≥ 6.17) the JVM prints cgroup warnings to stdout, which # corrupts the `jlink --version` output that AGP's JdkImageTransform parses for the # --module-version argument, causing the transform to fail. Set this env var before # running Gradle to suppress the noise: # export JAVA_TOOL_OPTIONS="-Xlog:os+container=off" org.gradle.jvmargs=-Xmx4096m -Dfile.encoding=UTF-8 org.gradle.parallel=true org.gradle.caching=true android.useAndroidX=true android.enableJetifier=false android.suppressUnsupportedCompileSdk=35 kotlin.code.style=official robolectric.includeAndroidResources=true android.testoptions.manageddevices.emulator.gpu=host