Skip to content

Commit

Permalink
added kotlin.native.ignoreDisabledTargets=true in gradlew.properties
Browse files Browse the repository at this point in the history
  • Loading branch information
itsPronay committed Jan 5, 2025
1 parent a8ce58e commit 21cba4f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,6 @@ kotlin.code.style=official
# Disable build features that are enabled by default,
# https://developer.android.com/build/releases/gradle-plugin#default-changes
android.defaults.buildfeatures.resvalues=false
android.defaults.buildfeatures.shaders=false
android.defaults.buildfeatures.shaders=false

kotlin.native.ignoreDisabledTargets=true

0 comments on commit 21cba4f

Please sign in to comment.