We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
plugin
can we use the following new grammar inside build.gradle.kts? https://docs.gradle.org/current/userguide/plugins.html#sec:binary_plugins
build.gradle.kts
plugins{ kotlin("atomicfu")version "xxx" }
The text was updated successfully, but these errors were encountered:
You will be able to apply the plugin using plugins section, like this:
plugins
plugins { id("kotlinx-atomicfu") version "0.16.3" }
when Atomicfu gradle plugin is published to the Gradle Plugin Portal. #56
Sorry, something went wrong.
No branches or pull requests
can we use the following new grammar inside
build.gradle.kts
?https://docs.gradle.org/current/userguide/plugins.html#sec:binary_plugins
The text was updated successfully, but these errors were encountered: