Suppress build target warnings

pull/1323/head
lihenggui 2 years ago
parent 7099fd47b7
commit aea04c3173

@ -39,3 +39,6 @@ kotlin.code.style=official
# https://developer.android.com/build/releases/gradle-plugin#default-changes
android.defaults.buildfeatures.resvalues=false
android.defaults.buildfeatures.shaders=false
# Suppress: The following Kotlin/Native targets cannot be built on this machine and are disabled
kotlin.native.ignoreDisabledTargets=true
Loading…
Cancel
Save