org.jetbrains.kotlin.plugin.atomicfu
Owner: Kotlin Team
Kotlin compiler plugin for kotlinx.atomicfu library
Sources: https://github.com/JetBrains/kotlin/
Version 1.9.20-RC
1.9.20-RC
Created 11 October 2023.
Kotlin compiler plugin for kotlinx.atomicfu library
Add this plugin to your build using the plugins DSL:
plugins {
id("org.jetbrains.kotlin.plugin.atomicfu") version "1.9.20-RC"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("org.jetbrains.kotlin:atomicfu:1.9.20-RC") } } apply(plugin = "org.jetbrains.kotlin.plugin.atomicfu")
- Applying plugins to all subprojects .