Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
0.30.0 source code.tar.gz | 2025-03-26 | 231.7 kB | |
0.30.0 source code.zip | 2025-03-26 | 402.4 kB | |
README.md | 2025-03-26 | 4.1 kB | |
Totals: 3 Items | 638.3 kB | 0 |
- Remove most IR internal/impl API usages.
- Update to Kotlin
2.1.20
. Note that this release requires Kotlin2.1.20
or later for moshi-ir due to changes in the IR API. It may work on older releases, but it's untested. - Build against KSP
2.1.20-1.0.31
. - Build against Gradle
8.13
.
What's Changed
- Remove various impl APIs by @ZacSweers in https://github.com/ZacSweers/MoshiX/pull/694
- Update dependency com.google.guava:guava to v33.4.0-jre by @renovate in https://github.com/ZacSweers/MoshiX/pull/700
- Update plugin kotlinBinaryCompatibilityValidator to v0.17.0 by @renovate in https://github.com/ZacSweers/MoshiX/pull/703
- Update dependency org.assertj:assertj-core to v3.27.0 by @renovate in https://github.com/ZacSweers/MoshiX/pull/702
- Update dependency com.squareup.moshi:moshi to v1.15.2 by @renovate in https://github.com/ZacSweers/MoshiX/pull/697
- Update plugin lint to v8.7.3 by @renovate in https://github.com/ZacSweers/MoshiX/pull/696
- Update dependency com.android.tools.build:gradle to v8.7.3 by @renovate in https://github.com/ZacSweers/MoshiX/pull/695
- Update plugin spotless to v7.0.0 by @renovate in https://github.com/ZacSweers/MoshiX/pull/707
- Update plugin lint to v8.8.0 by @renovate in https://github.com/ZacSweers/MoshiX/pull/710
- Update dependency com.android.tools.build:gradle to v8.8.0 by @renovate in https://github.com/ZacSweers/MoshiX/pull/709
- Update plugin spotless to v7.0.1 by @renovate in https://github.com/ZacSweers/MoshiX/pull/708
- Update dependency org.assertj:assertj-core to v3.27.2 - autoclosed by @renovate in https://github.com/ZacSweers/MoshiX/pull/706
- Update dependency gradle to v8.12 by @renovate in https://github.com/ZacSweers/MoshiX/pull/705
- Update ksp to v2.1.10-1.0.29 by @renovate in https://github.com/ZacSweers/MoshiX/pull/715
- Update dependency gradle to v8.12.1 by @renovate in https://github.com/ZacSweers/MoshiX/pull/714
- Update dependency org.assertj:assertj-core to v3.27.3 by @renovate in https://github.com/ZacSweers/MoshiX/pull/713
- Update plugin spotless to v7.0.2 by @renovate in https://github.com/ZacSweers/MoshiX/pull/711
- Update kotlin monorepo to v2.1.10 by @renovate in https://github.com/ZacSweers/MoshiX/pull/701
- Update dependency com.facebook:ktfmt to v0.54 by @renovate in https://github.com/ZacSweers/MoshiX/pull/712
- Update dependency com.squareup.moshi:moshi to v1.15.2 by @ZacSweers in https://github.com/ZacSweers/MoshiX/pull/717
- Update plugin lint to v8.8.1 by @renovate in https://github.com/ZacSweers/MoshiX/pull/719
- Update dependency com.android.tools.build:gradle to v8.8.1 by @renovate in https://github.com/ZacSweers/MoshiX/pull/720
- Update ksp monorepo to v2.1.10-1.0.30 by @renovate in https://github.com/ZacSweers/MoshiX/pull/721
- Update plugin moshix to v0.29.0 by @renovate in https://github.com/ZacSweers/MoshiX/pull/693
- Update plugin dokka to v2.0.0 by @renovate in https://github.com/ZacSweers/MoshiX/pull/699
- Update plugin mavenPublish to v0.31.0 by @renovate in https://github.com/ZacSweers/MoshiX/pull/728
- Update dependency com.android.tools.build:gradle to v8.9.0 by @renovate in https://github.com/ZacSweers/MoshiX/pull/725
- Update ksp monorepo to v2.1.10-1.0.31 by @renovate in https://github.com/ZacSweers/MoshiX/pull/727
- Update dependency gradle to v8.13 by @renovate in https://github.com/ZacSweers/MoshiX/pull/723
- Update plugin lint to v8.9.0 by @renovate in https://github.com/ZacSweers/MoshiX/pull/726
- Update kotlinpoet to v2.1.0 by @renovate in https://github.com/ZacSweers/MoshiX/pull/724
- Update dependency com.google.guava:guava to v33.4.6-jre by @renovate in https://github.com/ZacSweers/MoshiX/pull/731
- Update plugin lint to v8.9.1 by @renovate in https://github.com/ZacSweers/MoshiX/pull/734
- Update dependency com.android.tools.build:gradle to v8.9.1 by @renovate in https://github.com/ZacSweers/MoshiX/pull/733
- Update to Kotlin 2.1.20 by @ZacSweers in https://github.com/ZacSweers/MoshiX/pull/718
Full Changelog: https://github.com/ZacSweers/MoshiX/compare/0.29.0...0.30.0