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

Project.atomicfu extension is not available for build.gradle.kts #357

Open
vdshb opened this issue Oct 29, 2023 · 0 comments
Open

Project.atomicfu extension is not available for build.gradle.kts #357

vdshb opened this issue Oct 29, 2023 · 0 comments

Comments

@vdshb
Copy link

vdshb commented Oct 29, 2023

I'm configuring atomic gradle plugin (org.jetbrains.kotlinx:atomicfu-gradle-plugin:0.22.0) in build.gradle.kts as documentation said but I can't add

atomicfu {
    transformJvm = true
}

as Project.atomicfu is unavailable.

Reproducer (see last commit at master-branch):
https://github.com/vdshb/atomic-plugin-reproducer-single-module/tree/master

Probably it's because first part of the documentation describes build.gradle.kts and the second one switches to build.gradle style. In this case it's a documentation issue.

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

No branches or pull requests

3 participants