Kotlin / kotlinx-atomicfu

The idiomatic way to use atomic operations in Kotlin
Other
915 stars 58 forks source link

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

Open eygraber opened 7 hours ago

eygraber commented 7 hours 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 6 hours ago

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