Skip to content

0.12.1

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Apr 06:44
· 17 commits to main since this release
06cbdcc
  • Add support for using Compose in Kotlin 2.0.0 through the new Compose compiler
    plugin that is shipped as part of Kotlin.
  • Only enable Kotlin's progressive mode if the language version matches or
    exceeds the current Kotlin version.
  • Separate activating Anvil KSP for app modules from library modules. This
    allows using Anvil KSP and K2 in most of the code base until Anvil KSP
    is supporting contributed subcomponents.
  • addIosTargets now is not creating a framework anymore. addIosTargetsWithXcFramework
    can be used for that instead.
  • Don't publish build scans by default.