Skip to content

Conversation

Prototik
Copy link

To be convenient with default Kotlin gradle plugin and Gradle's naming conventions for plugins I suggest to add full-qualified name for atomicfu plugin.
It can be used in the following ways:

plugins {
  id("org.jetbrains.kotlin.jvm") version "${kotlin_version}"
  id("org.jetbrains.kotlin.plugin.atomicfu") version "${atomicfu_version}"
}

Or via Gradle Kotlin DSL extensions:

plugins {
  kotlin("jvm") version "${kotlin_version}"
  kotlin("plugin.atomicfu") version "${atomicfu_version}"
}

I choose the prefix org.jetbrains.kotlin.plugin similarly to org.jetbrains.kotlin.plugin.serialization from kotlinx.serialization

@elizarov
Copy link
Contributor

Nice job. I think that the README should be adjusted correspondly, too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants