Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: JakeWharton/cite

0.9.0

Choose a tag to compare

@github-actions github-actions released this 03 Jun 19:44

New:

  • Support for Kotlin 2.4.0.
  • Add __MODULE__ which returns the name or the Kotlin module (as specified by the --module-name argument to the compiler).
  • Add __FQ_NAME__ which returns a fully-qualified type name or the file facade name.

0.8.0

Choose a tag to compare

@github-actions github-actions released this 18 Dec 22:56

New:

  • Support for Kotlin 2.3.0.

Changed:

  • The minimum-supported Gradle version is now 9.0.

0.7.0

Choose a tag to compare

@github-actions github-actions released this 23 Sep 16:19

Fix:

  • Add support for Android Gradle plugin 9.0's new built-in Kotlin support.

Changed:

0.6.1

Choose a tag to compare

@github-actions github-actions released this 06 Jan 21:26

Fix:

  • Change Gradle plugin to be more compatible with forthcoming project isolation feature.

0.6.0

Choose a tag to compare

@github-actions github-actions released this 26 Nov 21:32

New:

  • Add the runtime as compileOnly additionally to test compilations for JVM and Android projects.

0.5.0

Choose a tag to compare

@github-actions github-actions released this 20 Nov 23:57

New:

  • Change runtime dependency to compileOnly on JVM and Android projects.
  • Renamed cite-runtime to cite-api since there's no actual runtime behavior.

0.4.0

Choose a tag to compare

@github-actions github-actions released this 11 Nov 20:01

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

Choose a tag to compare

@github-actions github-actions released this 07 Nov 20:04

New:

  • Support usage with the org.jetbrains.kotlin.android plugin.

Changed:

  • Legacy wasm target removed. wasmJs and wasmWasi targets added.

0.2.0

Choose a tag to compare

@github-actions github-actions released this 14 Sep 15:00

New:

  • Add WASM target

0.1.0

Choose a tag to compare

@github-actions github-actions released this 09 Feb 15:07

Initial release.