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
6 lines
161 B
Properties
6 lines
161 B
Properties
kotlin.code.style=official
|
|
android.useAndroidX=true
|
|
android.nonTransitiveRClass=true
|
|
org.gradle.jvmargs=-Xmx4096m
|
|
compose.desktop.packaging.checkJdkVendor=false
|