Rick Clephas

Results 40 comments of Rick Clephas

Ah that's disappointing and that will make something like `collectAsState` more difficult.

I have been playing with this a little and came up with the `StateFlow` property wrapper. It can be used to consume a `Flow` (or `Publisher`) in a SwiftUI view....

Will be possible in Kotlin 1.8.0 (#73) see draft PR #74.

I am not quite sure yet where the `JAVA_HOME` should be set for this to work automatically but you can open the app with the following command: ``` JAVA_HOME=$(/usr/libexec/java_home -v...

> I think you've JDK installed, but JAVA_HOME is not set. Maybe I shouldn't rely on JAVA_HOME at all. Even with `JAVA_HOME` set in `~/.zshenv`, `~/.zshrc` or `~/.zprofile` I got...

@theapache64 I am using macOS 12.1 (MBP M1 Pro) with JDK 15 (Azul) and get the following error with that jar: ``` Caused by: org.jetbrains.skiko.LibraryLoadException: Cannot find libskiko-macos-arm64.dylib.sha256, proper native...

Hmm weird. I was able to run `./gradlew :common:build` successfully on a fresh clone. > I tried to update it to `0.12.2` and it works fine for Android. Note that...

@tylerwilson this issues was/is actually about full support for JS (currently we only support projects with the JS target). Anyway support for the Wasm target will be added once kotlinx.coroutines...

@thomasflad do you have some examples of cases where you would discard the result? I am not sure if we are going to find a way (other than ignoring all...

I don't think we should add `@discardableResult` for all cases. Swift obviously thought about this and decided to show warnings and require developers to be explicit about their intentions. We...