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

new gradle plugin grammar support #200

Closed
revintec opened this issue Sep 7, 2021 · 1 comment
Closed

new gradle plugin grammar support #200

revintec opened this issue Sep 7, 2021 · 1 comment

Comments

@revintec
Copy link

revintec commented Sep 7, 2021

can we use the following new grammar inside build.gradle.kts?
https://docs.gradle.org/current/userguide/plugins.html#sec:binary_plugins

plugins{
    kotlin("atomicfu")version "xxx"
}
@mvicsokolova
Copy link
Collaborator

You will be able to apply the plugin using plugins section, like this:

plugins {
 id("kotlinx-atomicfu") version "0.16.3"
}

when Atomicfu gradle plugin is published to the Gradle Plugin Portal. #56

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

No branches or pull requests

2 participants