kotlin-no-globals
Published documentation for this repository.
- Guides: Repo guides, reference docs, and module notes.
- kotlin-no-globals: Kotlin Multiplatform opt-in annotation library for making global mutable state explicit.
- kotlin-no-globals-plugin: K2 compiler plugin that detects global mutable state and requires explicit @RequiresGlobalState opt-in markers.
- kotlin-no-globals-ij-plugin: IntelliJ IDEA helper plugin for one.wabbit.no-globals projects that enables external compiler-plugin support from imported build arguments.
- kotlin-no-globals-gradle-plugin: Gradle plugin that wires kotlin-no-globals compiler enforcement and annotation dependencies into Kotlin builds.
- Repository