Skip to content

Commit

Permalink
chore: note for kmp-nativecoroutines
Browse files Browse the repository at this point in the history
  • Loading branch information
danil-pavlov committed Sep 22, 2023
1 parent d7c65cf commit be53dd0
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -551,6 +551,11 @@ and RxSwift approaches to concurrency, while SKIE supports `async`/`await` only.
#### Option 1. Configure KMP-NativeCoroutines {initial-collapse-state="collapsed"}
> We recommend using the latest version of the library.
> Check the [KMP-NativeCoroutines repository](https://github.com/rickclephas/KMP-NativeCoroutines/releases) to see if a newer version of the plugin is available.
>
{type="note"}
1. Get back to Android Studio. In the `build.gradle.kts` file of the _whole project_,
add the KSP (Kotlin Symbol Processor) and KMP-NativeCoroutines plugins to the `plugins` section:
Expand Down

0 comments on commit be53dd0

Please sign in to comment.