v0.2.1
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 intoklip-core
andklip-api
to better isolate responsibilities.klip-core
is
bare minimum required for the plugin to work, whereasklip-api
provides all the assertions and other DLS utilities.