touchlab / xcode-kotlin

Kotlin Native Xcode Plugin
https://touchlab.co/xcodekotlin
Apache License 2.0
1.15k stars 47 forks source link

Build failure against gradle 8.3 #98

Closed chenrui333 closed 10 months ago

chenrui333 commented 11 months ago

Summary

👋 while building the bottle for macOS sonoma, we found that it does not build against gradle 8.3 (I can reproduce in ventura arm as well)

* What went wrong:
There is no feature named VERSION_CATALOGS

full log in here, https://github.com/Homebrew/homebrew-core/actions/runs/6221266453/job/16882886286

Details

Reproduction

HOMEBREW_NO_INSTALL_FROM_API=1 brew install -s xcode-kotlin

Expected result

Current state

Possible Fix

Screenshots

fix in action

Issue Labels

TadeasKriz commented 10 months ago

Hey, thanks for reporting this. I've updated the version of Gradle to 8.4 along with releasing a new version 1.3.0 to homebrew-core.