Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add FQN for atomicfu plugin #74

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

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.

None yet

3 participants