Skip to content

v1.0.0-ALPHA-16

Pre-release
Pre-release
Compare
Choose a tag to compare
@rickclephas rickclephas released this 14 Aug 19:52
· 498 commits to master since this release

IDE plugin

Introducing the IDE plugin, making it effortless to add the correct annotations to your coroutines code.
Available from the JetBrains Marketplace and from within your favourite IDE.

  • Validates all usages of the KMP-NativeCoroutines annotations
  • Warns you about suspend functions and Flow declarations without a KMP-NativeCoroutines annotation
  • Provides quick fixes to add/remove KMP-NativeCoroutines annotations to/from your Kotlin code