Skip to content

Add FQN for atomicfu plugin - #74

Open
Prototik wants to merge 1 commit into
Kotlin:developfrom
Prototik:plugin-fqn
Open

Add FQN for atomicfu plugin#74
Prototik wants to merge 1 commit into
Kotlin:developfrom
Prototik:plugin-fqn

Conversation

@Prototik

Copy link
Copy Markdown

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
Copy Markdown
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