Releases: JakeWharton/cite
Releases Β· JakeWharton/cite
0.7.0
Fix:
- Add support for Android Gradle plugin 9.0's new built-in Kotlin support.
Changed:
- In-development snapshots are now published to the Central Portal Snapshots repository at https://central.sonatype.com/repository/maven-snapshots/.
0.6.1
Fix:
- Change Gradle plugin to be more compatible with forthcoming project isolation feature.
0.6.0
New:
- Add the runtime as
compileOnlyadditionally to test compilations for JVM and Android projects.
0.5.0
New:
- Change runtime dependency to
compileOnlyon JVM and Android projects. - Renamed
cite-runtimetocite-apisince there's no actual runtime behavior.
0.4.0
New:
- Support Kotlin 2.0.21 at the K2 compiler. Older Kotlin 2.0.x versions may also work, but
are untested.
0.3.0
New:
- Support usage with the
org.jetbrains.kotlin.androidplugin.
Changed:
- Legacy
wasmtarget removed.wasmJsandwasmWasitargets added.
0.2.0
New:
- Add WASM target
0.1.0
Initial release.