-
Hey @valich, have you considered converting this to a pure Kotlin library and adding support for multiplatform? I skimmed through some files and it looks like the usage of classes from Java are fairly…
saket updated
4 years ago
-
They are mostly used in Kotlin Multi Platform apps and the plugin can not detect them.
Maybe it is because they have weird version number like `17.0.0-pre.126-kotlin-1.4.10` please refere [here](http…
-
I don't completely understand everything that's involved in the build process of Kotlin MPP projects, but after updating the dependency my project no longer builds.
Version 1.4.3 works fine, 1.4.4 f…
-
You only work with kotlin JVM plugin and kotling android plugin. You really need to support Kotlin multiplatform plugin: https://kotlinlang.org/docs/reference/mpp-intro.html
-
I was trying to build a kotlin mpp project in a docker container with circleci and the build wasn't passing because of the ncurses lib. I was receiving the following error:
```
> Task :common:link…
-
I tried to use [kotest](https://kotest.io) for exit code testing of my picocli based app coded in Kotlin, with only partial success.
Minimal example:
```
import io.kotest.assertions.throwables.…
-
**Subsystem**
Server, ktor-locations
**Is your feature request related to a problem? Please describe.**
I don't want to write a custom converter to convert a string to `java.util.UUID`. Usin…
-
After update from kotlin 1.3.11 & gradle 4.7 to kotlin 1.3.21 & gradle 4.10(along with serialization to 0.10.0 & coroutines to 1.1.1) weird things started to happen.
Particularly, the linker can't …
-
After upgrading moko-resources to 0.13.0 and kotlin 1.4.0 i get this error when doing gradle sync in AS:
```
Warning:project ':presentation': Unable to build Kotlin project configuration
Details: j…
DmyMi updated
4 years ago
-
Is it possible to convert Kotlin generics to Swift Generics ?
At this time, it is converted to `Any?` (a.k.a Optional\).