Releases: JakeWharton/cite
Releases · JakeWharton/cite
0.6.1
0.6.0
New:
- Add the runtime as
compileOnly
additionally to test compilations for JVM and Android projects.
0.5.0
New:
- Change runtime dependency to
compileOnly
on JVM and Android projects. - Renamed
cite-runtime
tocite-api
since 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.android
plugin.
Changed:
- Legacy
wasm
target removed.wasmJs
andwasmWasi
targets added.
0.2.0
New:
- Add WASM target
0.1.0
Initial release.