Oliver.O
09/28/2024, 9:19 PMwasmWasi
target support.Dmitry Khalanskiy [JB]
09/30/2024, 9:27 AMgit clone <https://github.com/Kotlin/kotlinx-datetime>
cd kotlinx-datetime/
./gradlew publishToMavenLocal
Then, in your own project, add mavenLocal()
to the list of repositories to grab artifacts from, and depend on "org.jetbrains.kotlinx:kotlinx-datetime:$lastVersion-SNAPSHOT"
(currently, "org.jetbrains.kotlinx:kotlinx-datetime:0.6.1-SNAPSHOT"
).Oliver.O
09/30/2024, 9:30 AM