mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2026-07-21 02:18:52 +00:00
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>
This commit is contained in:
@@ -3,3 +3,6 @@ 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
|
||||
|
||||
Reference in New Issue
Block a user