-
Notifications
You must be signed in to change notification settings - Fork 61
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
ClassNotFoundException AtomicfuKotlinGradleSubplugin$AtomicfuKotlinGradleExtension #399
Comments
@lppedd could you please share a reproducer? |
@fzhinkin sure, will come up with a repro soon. Seems like I'm the only one experiencing it, so it would be cool to understand where I'm breaking it. |
I also encountered this issue when upgrading from 0.32.1 to 0.32.2. |
Are you using some third party Gradle plugin? |
Also experiencing this in Compose Multiplatform. |
Adding
works around this issue. So looks like a missing dependency in the atomicfu plugin. |
The workaround seems to be working. Thanks @m-sasha |
@m-sasha thanks! The reproducer:
|
I was investigating this issue and found out that the version of atomicfu complier plugin is not resolved in the configuration of
I made it work by providing the higher version in the code above and I'm trying to get the core reason. The bug is reproduced on a sample MPP project with a Native target. |
This issue is fixed since |
AtomicFU 0.23.2 with Kotlin 1.9.22.
Happens when importing changes in the IDE, or when attempting to execute any Gradle task.
The text was updated successfully, but these errors were encountered: