Files
myice-kmp/gradle.properties
T
herel f2f5a15967 build: Bypass Homebrew JDK vendor check for desktop packaging
Compose Desktop's checkRuntime task rejects Homebrew JDK distributions
because their bundled runtimes may be broken. Disable the vendor check
to keep packaging with the current toolchain.

Refs JetBrains/compose-multiplatform#3107
2026-08-31 16:41:30 +02:00

6 lines
161 B
Properties

kotlin.code.style=official
android.useAndroidX=true
android.nonTransitiveRClass=true
org.gradle.jvmargs=-Xmx4096m
compose.desktop.packaging.checkJdkVendor=false