Skip to content

v0.2.1

Compare
Choose a tag to compare
@mpetuska mpetuska released this 12 Sep 16:59
· 39 commits to master since this release
8795caa

Versions

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

Changes

  • Remaining android and apple targets added
    • android
    • iosArm32
    • iosArm64
    • iosSimulatorArm64
    • iosX64
    • watchosX86
    • watchosX64
    • watchosArm64
    • watchosSimulatorArm64
    • watchosArm32
    • tvosArm64
    • tvosSimulatorArm64
    • tvosX64
  • Per-target sandbox test to better assert correctness
  • Previous klip-api module split into klip-core and klip-api to better isolate responsibilities. klip-core is
    bare minimum required for the plugin to work, whereas klip-api provides all the assertions and other DLS utilities.