-
**Build Environment**
SQLDelight version: 1.4.1
IDE version: IntelliJ IDEA 2020.2.1 (Community Edition)
Build #IC-202.6948.69, built on August 24, 2020
Runtime version: 11.0.8+10-b944.31 x86_64
…
-
So.. i managed to make two kotlin-native frameworks for Swift but when trying to add them on the project i got the following message.
**(Only one Kotlin framework can be loaded currently)**
Do we …
-
**Which version of Kotest are you using**
4.3.0
***Reproduction***
```
@ExperimentalTime
class TimeoutTest : FreeSpec({
val specLevelTimeout = 5.minutes
val specLevelInvocationTimeo…
Woodz updated
3 years ago
-
**Summary**
Trying to build with the latest Apollo Multiplatform version, we get this error:
```
The Kotlin source set androidAndroidTestRelease was configured but not added to any Kotlin compila…
tiwiz updated
4 years ago
-
I am following the Installation guide from the readme to include moko-resources into my mpp project.
My root build.gradle
```
buildscript {
ext.kotlin_version = '1.3.72'
repositories {…
-
In the _[ViewModel with send events to View][example]_ example, `EventsViewModel` is implemented for the Android version as an Android component instance of _[`ViewModel`][viewmodel]_.
How does the…
-
Is `kotlin.native.BitSet` to be compatible with `java.util.BitSet` ?
Tried to use it in common code:
```kotlin
expect class BitSet() {
operator fun get(index: Int): Boolean
fun set(inde…
msink updated
4 years ago
-
-
if project path contain the character "@"。
for example:
“/Users/me/Document/example_mpp@1”
if there is a mpp module under “/Users/me/Document/example_mpp@1” which use cinterop, then cinterop will f…
-
Hi. I am using Ktor Client with version 1.3.1 for MPP
I have been using Ktor version 1.2.6 in my MPP project with Kotlin version 1.3.61 and it was working fine, so I was able to upload files withou…