You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -49,10 +49,10 @@ Liked some of my work? Buy me a coffee (or more likely a beer)
49
49
-`jvm` (must add `kotlinx-coroutines-swing`/`kotlinx-coroutines-javafx` to your dependencies to
50
50
make sure `Dispatchers.Main` available).
51
51
52
-
> [!NOTE]
52
+
> [!NOTE]
53
53
> If you are targeting `Desktop` and not using `JetBrains Compose Multiplatform`, you should provide the dependency `org.jetbrains.kotlinx:kotlinx-coroutines-swing`**or**`org.jetbrains.kotlinx:kotlinx-coroutines-javafx`,
54
54
> the `ViewModel.viewModelScope` depends on `Dispatchers.Main` provided by this library on Desktop.
55
-
>
55
+
>
56
56
> If you are using `JetBrains Compose Multiplatform` and targeting `Desktop`, you should provide `org.jetbrains.kotlinx:kotlinx-coroutines-swing`.
57
57
58
58
-`js` (`IR`).
@@ -64,7 +64,7 @@ Liked some of my work? Buy me a coffee (or more likely a beer)
0 commit comments