Skip to content

Commit

Permalink
Merge branch 'main' into renovate/actions-configure-pages-5.x
Browse files Browse the repository at this point in the history
  • Loading branch information
twyatt authored Apr 5, 2024
2 parents dd55cc0 + 8392a95 commit 8b9f2a6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ coroutines-js = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core-js", v
coroutines-test = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-test", version.ref = "coroutines" }
datetime = { module = "org.jetbrains.kotlinx:kotlinx-datetime", version = "0.5.0" }
material = { module = "com.google.android.material:material", version = "1.11.0" }
robolectric = { module = "org.robolectric:robolectric", version = "4.11.1" }
robolectric = { module = "org.robolectric:robolectric", version = "4.12.1" }

[plugins]
android-application = { id = "com.android.application", version.ref = "agp" }
Expand Down
10 changes: 5 additions & 5 deletions website/tutorial.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -161,9 +161,9 @@ This will render as:
[DOM]: https://en.wikipedia.org/wiki/Document_Object_Model
[Document Object Model]: https://en.wikipedia.org/wiki/Document_Object_Model
[Kotlin]: https://kotlinlang.org/
[`Element`]: https://juullabs.github.io/api/krayon/element/com.juul.krayon.element/-element/index.html
[`HtmlKanvas`]: https://juullabs.github.io/krayon/kanvas/com.juul.krayon.kanvas/-html-kanvas/index.html
[`LineElement`]: https://juullabs.github.io/api/krayon/element/com.juul.krayon.element/-line-element/index.html
[`RootElement`]: https://juullabs.github.io/api/krayon/element/com.juul.krayon.element/-root-element/index.html
[`Selection`]: https://juullabs.github.io/api/krayon/selection/com.juul.krayon.selection/-selection/index.html
[`Element`]: https://juullabs.github.io/krayon/api/element/com.juul.krayon.element/-element/index.html
[`HtmlKanvas`]: https://juullabs.github.io/krayon/api/kanvas/com.juul.krayon.kanvas/-html-kanvas/index.html
[`LineElement`]: https://juullabs.github.io/krayon/api/element/com.juul.krayon.element/-line-element/index.html
[`RootElement`]: https://juullabs.github.io/krayon/api/element/com.juul.krayon.element/-root-element/index.html
[`Selection`]: https://juullabs.github.io/krayon/api/selection/com.juul.krayon.selection/-selection/index.html
[multiplatform]: https://kotlinlang.org/docs/multiplatform.html

0 comments on commit 8b9f2a6

Please sign in to comment.