v0.0.1
Version 0.0.1
adds 2 new tasks to check the API and Runtime dependencies and fixes declaring the Kotlin compatibility of common source sets.
What's Changed
- [NEW] Introduce
checkApiDependencies()
by @martinbonnin in #2 - [NEW] Introduce
checkRuntimeDependencies()
by @martinbonnin in #16 - [FIX] Fix detecting apiVersion in
commonMain
andcommonTest
source sets by @martinbonnin in #7 - [UPDATE] update KGP, simplify GitHub actions files by @martinbonnin in #9
- [UPDATE] Bump gradle to 9 by @martinbonnin in #15
- [MISC] Add more integration tests by @martinbonnin in #10
Full Changelog: v0.0.0...v0.0.1