0.8.2
Improvements
- Add a convenience configuration for building distributable frameworks. (see Swift compiler configuration for more information)
- Add support for passing additional flags to the Swift compiler. (see Swift compiler configuration for more information)
Bug Fixes
- Fix support for configuration cache in Gradle < 8.3. (#72)
- Fix support for building distributable static frameworks. (#73)
- Fix a crash during compilation caused by a space in a klib path. (#82)
- Fix KGP version resolution when the buildscript classpath of the project and the root project does not match. (#83)
- Fix that previously generated object files were included in the framework if SKIE didn't generate any Swift files in a consecutive build.