Skip to content

0.24.0-beta-5

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 22 May 10:47
· 66 commits to refs/heads/develop since this release
8f7f9e4

This is an beta version. Bugs may be present.

Changes

in compare of 0.24.0-beta-4

  • #707 update sample to k2
  • #710 fix invalid escaping of characters
  • #709 fix custom baseName usage with apple targets
  • #708 fix slow search of bundle on apple targets
  • #718 remove unecessary desktop dependency for resources-compose
  • #521 fix plural fallback on jvm

Breaking changes

To use static XCFramework now you should enable creation of copyResources tasks in multiplatformResources block.

multiplatformResources {
    configureCopyXCFrameworkResources("nameOfXCFramework")
}

Thanks

@Lucchetto