7 Commits

Author SHA1 Message Date
efd3c519ca Revert Dokka v2 (#631)
Reason: https://github.com/JakeWharton/mosaic/issues/627
2025-01-06 17:25:40 -05:00
dc333e7a4e Add source links to documentation (#623) 2025-01-05 06:26:11 +00:00
efcf480ebe Create mosaic-animation (#600)
Porting animation helpers from androidx:
- https://developer.android.com/reference/kotlin/androidx/compose/animation/core/package-summary
- androidx.compose.animation](https://developer.android.com/reference/kotlin/androidx/compose/animation/package-summary (a little bit from here)

Solution for https://github.com/JakeWharton/mosaic/issues/400

Use the new code to update and add animations to the demo sample.
2025-01-02 21:19:21 -05:00
d69b1de9ed Run on more Mac runners (#509) 2024-11-01 21:48:12 +00:00
ad4233152e Enable strict validation on CI (#467) 2024-09-07 04:10:22 +00:00
b7516bc630 Stuff (#466)
- Klib API dumps
- UInt comparison
- Publishing gets Dokka automatically
2024-09-07 00:00:20 -04:00
f192af3b26 Add Binary Compatibility Validator (#298)
* Add Binary Compatibility Validator

Tracking changes to the library's public contract.

https://github.com/Kotlin/binary-compatibility-validator

* Apply suggestions from code review

---------

Co-authored-by: Jake Wharton <github@jakewharton.com>
2024-01-16 16:45:19 +00:00