-
4.2.0
I create simple multiplatform project with Kotlin 1.4.0 and Kotest 4.2.0, add all describing dependencies, write simple test and got following error :
```
Error: Unable to initialize main cl…
-
Follow up from slack: https://kotlinlang.slack.com/archives/C0BJ0GTE2/p1593551723298700
-
Xcode 11.3.1, cocoapods 1.9.3. Xcode commandline tools are installed.
When running `pod install` I get an error:
```
prepare MultiPlatformLibrary.framework (require some time...)
e: org.jetbrain…
-
Hello!
This is a very similar issue to #80 .
Regardless, it is being added as Embed&Sign and yet, when I try to access the files through the debugger, I get this:
```
(lldb) p MR.files().testf…
-
With the announcement of [Coroutines `Flow`](https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines.flow/-flow/index.html) (see also [preview status information](https:…
-
**Describe the bug**
It is not possible to build the KotlinMP example in XCode.
Error message:
```
The Kotlin source set androidAndroidTestRelease was configured but not added to any Kotlin comp…
ln-12 updated
4 years ago
-
I have a demo mpp project, its ios target produce a framework.
My ios project use this framework.
I found that when the framework is static library , i can not set kotlin breakpoint.
when the fr…
-
Hello,
I was wondering if there are any planned upcoming releases that would support multithreading with Kotin objects here. I read [here](https://blog.jetbrains.com/kotlin/2018/02/application-dev…
-
Stack trace:
```
Caused by: org.gradle.api.UnknownDomainObjectException: SoftwareComponentInternal with name 'java' not found.
at org.gradle.api.internal.DefaultNamedDomainObjectCollection.creat…
-
Turns out that it is impossible to catch `NSException`s in any code (neither Kotlin nor ObjC) with Kotlin 1.3.50 if it has Kotlin stack frame on the unwinding path.
It is impossible to catch it fr…