-
Updated
Jun 27, 2021 - Kotlin
kotlinx-serialization
Here are 53 public repositories matching this topic...
-
Updated
Jun 26, 2021 - Kotlin
-
Updated
May 9, 2021 - Kotlin
-
Updated
May 30, 2021 - Java
-
Updated
Jun 7, 2021 - Kotlin
-
Updated
Jun 18, 2021 - Kotlin
-
Updated
Jul 29, 2019 - Kotlin
-
Updated
Apr 3, 2021 - Kotlin
-
Updated
Nov 1, 2019 - Kotlin
-
Updated
Apr 24, 2021 - Kotlin
-
Updated
Jun 26, 2021 - Kotlin
-
Updated
Jun 25, 2021 - Kotlin
A pathfinder that would take a list of GearyCondition
s and map of ints to other pathfinders.
If the conditions are met, try to run the pathfinders based on priority as defined by the map.
Syntax goal:
goals:
1: !<if>
conditions:
- !<health>
within: 0..10
run:
1: !<mobzy:behaviour.throw_items> {}
2: !<anothergoal> {}
Check out gea
-
Updated
Jun 25, 2021 - Kotlin
-
Updated
Jun 26, 2021 - Kotlin
We should serialize and save the latest quiz results and show them in HomeScreen as stats (5 questions, 3 correct answers, 2 wrong answers etc...)
-
Updated
Jun 24, 2021 - Kotlin
-
Updated
Oct 20, 2020 - Dart
-
Updated
Sep 4, 2020 - Kotlin
-
Updated
Sep 30, 2019 - Kotlin
-
Updated
Jun 24, 2021 - Kotlin
-
Updated
Dec 30, 2020 - Kotlin
-
Updated
Nov 23, 2020 - Kotlin
-
Updated
Aug 24, 2020 - Kotlin
-
Updated
Oct 7, 2020 - Kotlin
-
Updated
Jun 26, 2021 - Kotlin
If a cooldown is expired but only within the iteration length for the cooldown display system (iirc it's 5 ticks), then the system should replace the [Xms]
in the end with [✔]
-
Updated
Nov 20, 2020 - Kotlin
-
Updated
Jun 4, 2021 - Kotlin
Improve this page
Add a description, image, and links to the kotlinx-serialization topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the kotlinx-serialization topic, visit your repo's landing page and select "manage topics."
I don't know what is the return when there is no parent file, so I decided to put here a reduntant nullability modifier:
https://github.com/kotlingang/kds/blob/f34ab7f5684dc0ef0436191c1f988e608896e65a/files/src/jsMain/kotlin/fun/kotlingang/kds/file/CommonFile.kt#L15