kitshn was migrated to Kotlin/Compose Multiplatform. This enables compatibility with iOS.
There might also be some differences/issues affecting the Android build. Feel free to report those on GitHub! :)

Changes for v1.0.0-alpha.15.2
- fix(build.gradle): disable CompileArtProfileTask for reproducibility

Changes for v1.0.0-alpha.15.1
- fix(build.gradle): set jvmToolchain to 17 for F-Droid build

- feat(commonMain): added experimental back gesture for iOS
- feat(iosApp & composeApp): added Bugsnag crash reporting for iOS
- fix(shopping): hiding items when "checked" set to true
- fix(api): improved TandoorRequestsError message
- chore(commonMain/api): marked v1.5.25/26 as compatible
- l10n(Dutch): translated using Weblate
- l10n(Russian): translated using Weblate
- l10n(Ukrainian): translated using Weblate
- kmpMigration