Skeptick / libres

Resources generation in Kotlin Multiplatform
Apache License 2.0
207 stars 11 forks source link

XCode: `The file "images." couldn't be opened` #5

Open Skeptick opened 1 year ago

Skeptick commented 1 year ago

This error occurs when using Gradle Wrapper on some versions, in particular 7.3.3.

Reason Gradle SDK contains bug: when listing changes in directory, the directory itself is erroneously included in the list.

Solution Update Gradle Wrapper to version 7.4 or higher