Releases: JakeWharton/cite
Releases Β· JakeWharton/cite
Release list
0.9.0
New:
- Support for Kotlin 2.4.0.
- Add
__MODULE__which returns the name or the Kotlin module (as specified by the--module-nameargument to the compiler). - Add
__FQ_NAME__which returns a fully-qualified type name or the file facade name.
0.8.0
New:
- Support for Kotlin 2.3.0.
Changed:
- The minimum-supported Gradle version is now 9.0.
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.