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
Execution failed for task ':compottie:compileDebugKotlinAndroid'.
> Error while evaluating property 'friendPathsSet$kotlin_gradle_plugin_common' of task ':compottie:compileDebugKotlinAndroid'.
> Could not resolve all files for configuration ':compottie:debugCompileClasspath'.
> Could not resolve org.jetbrains.kotlinx:atomicfu:0.26.0.
Required by:
project :compottie
> Cannot find a version of 'org.jetbrains.kotlinx:atomicfu' that satisfies the version constraints:
Dependency path 'io.github.alexzhirkevich:compottie:2.0.0-rc02' --> 'org.jetbrains.kotlinx:atomicfu:0.26.0'
Constraint path 'io.github.alexzhirkevich:compottie:2.0.0-rc02' --> 'org.jetbrains.kotlinx:atomicfu:{strictly 0.23.2}' because of the following reason: debugRuntimeClasspath uses version 0.23.2
Host machine: Windows,
IDE: Android Studio
What Compottie version do you experience the bug on?
2.0.0-rc02
What platforms are you seeing the problem on?
Android
Does Compottie log anythyng to the stdout / your logger set with Compottie.logger?
No response
The text was updated successfully, but these errors were encountered:
the issue is due to gradle beeing unable to resolve right atomicfu version because compose provides a transitive dependency on atomicfu v0.23.2 and compottie uses v0.26.0
What happened?
Unable to build example Android app
Host machine: Windows,
IDE: Android Studio
What Compottie version do you experience the bug on?
2.0.0-rc02
What platforms are you seeing the problem on?
Android
Does Compottie log anythyng to the stdout / your logger set with
Compottie.logger
?No response
The text was updated successfully, but these errors were encountered: