Skip to content

Releases: icerockdev/moko-resources

0.26.2

08 Apr 09:24
d418edb

Choose a tag to compare

Changes

  • #868 fix kotlin 2.3.20 support

Thanks

@Copilot

0.26.1

15 Mar 07:41
e7ad860

Choose a tag to compare

Changes

  • #860, #866 - fixed AGP 9.0 tests support
  • added gradle 9.0 + agp 9.0 sample in CI check
  • updated Readme: Added info about unit-tests

Thanks

@ExNDY

0.26.0

03 Feb 11:24
a158c03

Choose a tag to compare

Changes

  • #843 , #820 , #852 - support of AGP 9, new android kotlin multiplatform plugin
  • minimal required Kotlin version now 2.1.0
  • minimal required Android Gradle Plugin now 8.3.0

Thanks

@ExNDY , @Lobynya

0.25.2

19 Nov 17:22
24778a2

Choose a tag to compare

Changes

  • #853 fix AssetsResource in compose

Thanks

@NonoxyS

0.25.1

02 Oct 15:12
b1b647d

Choose a tag to compare

Changes

  • #842 fix kotlin 2.2.20 support

Thanks

@zacharee

0.25.0

30 Jun 10:27

Choose a tag to compare

Changes

Thanks

@luca992 @Tetraquark @zacharee

0.24.5

03 Feb 04:11
29b4834

Choose a tag to compare

Changes

  • #796 fix unpacked klibs support in multimodule projects (also should fix #791, #792, #794, #797, #802)
  • #800 fix StringDesc usage inside format args of StringDesc

0.24.4

08 Dec 13:24
7d894f0

Choose a tag to compare

Changes

  • #747 fix bundle search for iOS (was broken for SwiftUI preview for example)
  • #786 support of Kotlin 2.1.0 with unpacked klibs
  • #778 fix ? escaping for android

Thanks

@dewantawsif

0.24.3

22 Sep 17:08
2c48480

Choose a tag to compare

Changes

  • #762 #769 ios static framework custom configurations support fix
  • #768 fix escaped @ char

Thanks

@ExNDY @Syer10

0.24.2

23 Aug 06:27
4fefda5

Choose a tag to compare

Changes

  • #755 removed @ThreadLocal annotation

Thanks

@romanandreyvich