Skip to content

v0.1.0

Compare
Choose a tag to compare
@mpetuska mpetuska released this 21 Aug 16:09
· 70 commits to master since this release
14390a5

Versions

  • Kotlin: 1.5.30-RC
  • Gradle: 7.2.0
  • JDK: 11

Changes

  • Full rework of the previous preview version, restructuring the codebase and getting rid of ksp and kotlinx-nodejs
    (due to it still only being available at JCenter)
  • Implemented a kotlin compiler plugin to fully support MPP
  • New gradle plugin architecture building on top of kotlin gradle plugin sub-plugins API
  • Reworked runtime library to make use of new compiler plugin features
  • Added support for jvm, js, linuxX64 and macosX64 targets (remaining targets are coming!)
  • New marker artefact dev.petuska:klip:0.1.0 to conveniently bring all future runtime modules under one umbrella
  • GH actions to support MPP testing and publishing
  • Published additional fallback targets that cannot run tests to expand usage scope in commonMain
    • androidNativeArm32
    • androidNativeArm64
    • linuxArm32Hfp
    • linuxMips32
    • linuxMipsel32
    • linuxArm64
    • mingwX86