Test plugin for Android Studio that includes two code inspections that should help working with concurrency in Kotlin Multiplatform:
- Highlights variables usage in frozen types: objects, companion objects and enums.
- Highlights lambda of Worker, that captures outer scope
- Download repository
- Open with Android Studio
- Select the runIde task in Gradle, it will launch a Development Instance of the IDE with the plugin enabled
Plugin based on the IntelliJ Platform Plugin Template.