Skip to content

Commit

Permalink
chore: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
romainbsl committed Jan 12, 2024
1 parent 1e81580 commit 05f314b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions doc/antora.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: canard
title: Canard
version: '0.18'
display_version: '0.18.0'
version: '1.1'
display_version: '1.1.1'
nav:
- modules/ROOT/nav.adoc
- modules/core/nav.adoc
asciidoc:
attributes:
version: '0.18.0'
kotlin: '1.8.0'
version: '1.1.1'
kotlin: '1.9.21'
jdk: '1.8'
6 changes: 3 additions & 3 deletions doc/modules/core/pages/install.adoc
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[[install]]
= Install

IMPORTANT: *_Canard_* uses the new gradle native dependency model.
Thus, we highly recommend to use Gradle 6 or higher.
IMPORTANT: *_Canard_* uses the new Gradle native dependency model.
Thus, we highly recommend using Gradle 6 or higher.

[[install-kmp]]
== Kotlin/Multiplatform

NOTE: Canard supports the following targets: +
jvm, iosArm32, iosArm64, iosX64, JS, tvosarm64, tvosx64, watchosarm32, watchosarm64, watchosx86, linuxArm32Hfp, linuxMips32, linuxMipsel32, linuxX64, macosX64, mingwX64.
jvm, iosArm32, iosArm64, iosX64, JS, tvosarm64, tvosx64, watchosarm32, watchosarm64, watchosx86, linuxArm32Hfp, linuxMips32, linuxMipsel32, linuxX64, macosX64, mingwX64, wasmJs.

NOTE: Since Kotlin 1.8, legacy backend has been deprecated, thus starting from 0.17.0, Canard is only available for JS-IR.

Expand Down

0 comments on commit 05f314b

Please sign in to comment.