-
Can you create a sample using Kotlin Multiplatform? Does this also support Kotlin Multiplatform?
-
- Implementato Dokka API per la documentazione.
- Configurato Github Pages per ospitare la documentazione (collegato a main).
- Aggiunti commenti per classi e funzioni solo per l'Autenticazione.…
-
I raised this issue initially on the zed repository. I am just linking it here for visibility
https://github.com/zed-industries/zed/issues/18288
-
replace `System.currentTimeMillis()` with (if makes sense)
```Kotlin
val timeSource = TimeSource.Monotonic
val startTime = timeSource.markNow()
```
-
I have rewritten a version of this library for Kotlin Multiplatform that is in use in a production app. My version has some of the same items you are currently iterating on, Effects using Flows, Effe…
-
Hello, good morning, would it be possible to have a cross-platform Kotlin sdk for Zoho services?
-
```
> Task :app:compileBetaDebugUnitTestKotlin FAILED
e: app/src/test/kotlin/fr/free/nrw/commons/actions/ThanksClientTest.kt:7:11 Unresolved reference: mockk
e: app/src/test/kotlin/fr/free/nrw/comm…
-
### Is your feature request related to a problem? Please describe.
In a PATCH request, it's necessary to distinguish between a field not being present and being given a null value, so it would …
-
### Description of the bug:
Recently I started to notice a lot of slow operations exceptions when running a sync for kotlin targets. Maybe worth looking into.
```
java.lang.Throwable: Slow opera…
-
```kotlin
operator fun Pair.component1(): U = first()
operator fun Pair.component2(): V = second()
operator fun Triplet.component1(): U = first()
operator fun Triplet.component2(): V = secon…