-
Hello, I am trying to create a Kotlin class based on the swift library `facebook-sdk-ios` to be able to use one of the native functions of the Facebook SDK.
I installed the package on XCode using …
-
Explore the `JSExport` approach to call `ktpinblock` APIs from JavaScripts.
-
https://kotlinlang.org/docs/reference/multiplatform.html
-
Using this project as a base to understand how to run JUnit Android test within the shared Library: https://github.com/Kotlin/kmm-sample/blob/master/shared/src/androidTest/kotlin/com/jetbrains/kmm/sha…
-
I am trying to integrate SQLDelight together with SQLCipher into my existing Kotlin Multiplatform Mobile project. I am now stuggling with the correct configuration. My `shared` `build.gradle.kts`looks…
ln-12 updated
3 years ago
-
Hi
Thank you for your good library
Is it possible to develop for compose multiplatform?
https://www.jetbrains.com/lp/compose-multiplatform/
-
**Describe the bug**
Given an interface Image its value subclass IconImage, WebImage and a data class MaskModel:
```kotlin
@Serializable
sealed interface Image
@JvmInline
@Serializable
v…
-
**Is your feature request related to a problem? Please describe.**
Kotlin khttp is nice, commonly used library for requests, so it would be perfect that Postman has also possibility to export request…
-
## Kind (Required)
- Proposal / Discussion
## Overview (Required)
- I needed someone who knew about iOS apps to get them going.
- When I talked to ito-san (@ry-itto) , who was the leader of…
-
Hi! I want to make module "navigation" where will be placed all navigation args, but have compilation error:
`There was an issue with 'navArgsDelegate' of composable 'ArticleDetailsScreen': make sure…