Files
NewPipe/gradle.properties
Aayush GuptaandTobi eba0dd62bd gradle: Supress useless warning about iOS targets being disabled
Its common knowledge that you need apple machines to develop for apple devices

Signed-off-by: Aayush Gupta <contact@aayush.io>
2026-07-16 19:13:19 +02:00

9 lines
328 B
Properties

org.gradle.jvmargs=-Xmx2048M --add-opens jdk.compiler/com.sun.tools.javac.model=ALL-UNNAMED
systemProp.file.encoding=utf-8
# https://docs.gradle.org/current/userguide/configuration_cache.html
org.gradle.configuration-cache=true
# https://kotlinlang.org/docs/native-target-support.html
kotlin.native.ignoreDisabledTargets=true