Kotlin / kotlinx-atomicfu

The idiomatic way to use atomic operations in Kotlin
Other
926 stars 59 forks source link

Could not find atomicfu-transformer after updating to 0.26.0 #482

Closed eygraber closed 1 month ago

eygraber commented 1 month ago
FAILURE: Build failed with an exception.

* What went wrong:
A problem occurred configuring project ':portal'.
> Could not resolve all artifacts for configuration ':portal:classpath'.
   > Could not find org.jetbrains.kotlinx:atomicfu-transformer:0.26.0.
     Searched in the following locations:
       - https://repo.maven.apache.org/maven2/org/jetbrains/kotlinx/atomicfu-transformer/0.26.0/atomicfu-transformer-0.26.0.pom
       - https://plugins.gradle.org/m2/org/jetbrains/kotlinx/atomicfu-transformer/0.26.0/atomicfu-transformer-0.26.0.pom
     Required by:
         project :portal > org.jetbrains.kotlinx.atomicfu:org.jetbrains.kotlinx.atomicfu.gradle.plugin:0.26.0 > org.jetbrains.kotlinx:atomicfu-gradle-plugin:0.26.0

I have the following flags set

kotlinx.atomicfu.enableJvmIrTransformation=true
kotlinx.atomicfu.enableJsIrTransformation=true
kotlinx.atomicfu.enableNativeIrTransformation=true
JakeWharton commented 1 month ago

I don't have any flags set, but same failure.

mvicsokolova commented 1 month ago

I'm sorry, 0.26.0 was not published yet due to some configuration problems, but now everything seems to be fixed and publishing is in process. I'll announce here as well, when the new version is available on Maven.

mvicsokolova commented 1 month ago

Now 0.26.0 is published.