You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With v0.25.0 and plugin connected by id as "org.jetbrains.kotlinx.atomicfu" I receive a project configuration error:
> Could not resolve all artifacts for configuration ':fluxo-io-rad:classpath'.
> Could not find org.jetbrains.kotlinx:atomicfu-transformer:0.25.0.
Searched in the following locations:
- https://plugins.gradle.org/m2/org/jetbrains/kotlinx/atomicfu-transformer/0.25.0/atomicfu-transformer-0.25.0.pom
Required by:
project :fluxo-io-rad > org.jetbrains.kotlinx.atomicfu:org.jetbrains.kotlinx.atomicfu.gradle.plugin:0.25.0 > org.jetbrains.kotlinx:atomicfu-gradle-plugin:0.25.0
Seems like atomicfu-transformer artifact wasn't published both in gradle plugins portal and maven central.
The text was updated successfully, but these errors were encountered:
I'm not getting warnings about the artifact not being resolved anymore, but I get unresolved reference errors for kotlinx.atomicfu* with just the plugin applied. I can only get them to resolve by manually including the runtime dependency (implementation("org.jetbrains.kotlinx:atomicfu:0.25.0")). Is that expected?
With v0.25.0 and plugin connected by id as
"org.jetbrains.kotlinx.atomicfu"
I receive a project configuration error:Seems like
atomicfu-transformer
artifact wasn't published both in gradle plugins portal and maven central.The text was updated successfully, but these errors were encountered: