igrrik / kmm-frozen-inspection

Test plugin for Android Studio that includes two code inspections that should help working with concurrency in Kotlin Multiplatform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kmm-frozen-inspection

Test plugin for Android Studio that includes two code inspections that should help working with concurrency in Kotlin Multiplatform:

  1. Highlights variables usage in frozen types: objects, companion objects and enums.
  2. Highlights lambda of Worker, that captures outer scope

Usage

  1. Download repository
  2. Open with Android Studio
  3. 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.

About

Test plugin for Android Studio that includes two code inspections that should help working with concurrency in Kotlin Multiplatform


Languages

Language:Kotlin 98.1%Language:HTML 1.9%