-
Declare subprojects in `settings.gradle` like:
```groovy
include(
":sample",
":compose-multiplatform:library",
":compose-multiplatform:sample"
)
```
the structure should be:
…
-
Compose multiplatform is now in alpha - https://blog.jetbrains.com/kotlin/2023/05/compose-multiplatform-for-ios-is-in-alpha/ and we can all use it to simplify and reduce the maintenance costs of not j…
-
Hello,
I'm a Kotlin technical writer at JetBrains, currently working on updating the [Kotlin Multiplatform samples page](https://www.jetbrains.com/help/kotlin-multiplatform-dev/multiplatform-sample…
-
Hello,
I'm a Kotlin technical writer at JetBrains, currently working on updating the [Kotlin Multiplatform samples page](https://www.jetbrains.com/help/kotlin-multiplatform-dev/multiplatform-sample…
-
Hello,
I'm a Kotlin technical writer at JetBrains, currently working on updating the [Kotlin Multiplatform samples page](https://www.jetbrains.com/help/kotlin-multiplatform-dev/multiplatform-sample…
-
Hello,
I'm a Kotlin technical writer, currently working on updating the [Kotlin Multiplatform samples page](https://www.jetbrains.com/help/kotlin-multiplatform-dev/multiplatform-samples.html). This…
-
This is a bit complex to explain, but to summarise, the `WindowInsets` aren't consumed when it is called from a Nested Navigator (navigator.level > 0) on an iOS device with `ignoreSafeArea` set to `.a…
-
**Describe the bug**
```
Could not resolve io.insert-koin:koin-ksp-compiler:1.4.0-RC4
No matching variant of io.insert-koin:koin-ksp-compiler:1.4.0-RC4 was found. The consumer was configured to f…
-
We are trying to use FontAwesome FontIcons in a CMP view and it works fine under the Android target but, under the iOS target, we are receiving this error at Xcode console after loading the CMP view:
…
-
**Is your feature request related to a problem? Please describe.**
I can't make a working sample of MediaPlayer in Compose Multiplatform
**Describe the solution you'd like**
I would like to have …