-
### SQLDelight Version
2.0.2
### Operating System
Mac OS 14.3.1
### Gradle Version
Gradle 8.7
Revision: 650af14d7653aa949fce5e886e685efc9cf97c10
### Kotlin Version
1.9.23
### …
-
I am trying to implement Kotlin Compose Multiplatform for MacOS. There is no webcam sample related Kotlin Multiplatform.
I tried issue #757 for macOS. I used this solution in this issue: [solution…
-
assume this valid Kotlin Unit test class:
```
import org.junit.jupiter.api.Test
class Test {
@Test
fun `test if Kotlin syntax highlighting doesn't stop at this point`() {
p…
-
Pubspec entry:
`background_locator_2: ^2.0.6`
Attempting to run either in debug or release mode on an Android simulator running Android API 35. App crashes and does not launch. Error shown in th…
-
CI: https://buildkite.com/bazel/bazel-at-head-plus-downstream/builds/4128#0191f902-9764-49ee-9ba8-fad90dce3287
Platform: MacOS
Logs:
```
ERROR: /Users/buildkite/builds/bk-macos-pln3-g50m/ba…
-
#### Feature
To get GC and EH support, right now, we need to build WAMR from sources, which complicates
* trying WAMR with Kotlin/Wasm projects for users
* using WAMR in our [examples](https://k…
-
For the following `src/Example.kt`
```
fun functionWithManyParams(
x00: Int, x01: Int, x02: Int, x03: Int, x04: Int, x05: Int, x06: Int, x07: Int, x08: Int, x09: Int,
x10: Int, x11: Int, x…
-
Hi @DenisovAV
I want to first thank you for your effort in bringing Flutter to Apple TV.
After upgrading to macOS Sequoia, the run command is failing with the following error:
`/Users/karou…
-
I'm using kotlin multiplatform 2.0.20 and moko versions as per build.gradle info below.
I also attached a screenshot. I only get a build error but Android Studio does not complain about anything..…
-
## Problem
Error copy file via kotlinx-io, ( copy bytes from one file to another)
in my case i have different size of files
```
-rw-r--r--@ 1 user LD\Domain Users 593521 Oct 22 17:57 test.zi…