Hey, does anyone know how i can resolve this error...
# community-support
l
Hey, does anyone know how i can resolve this error in my build, i am using kotlin 2.0.21 and i dont understand why it keeps looking for 1.9.25, maybe its a dumb question but would be grateful if anyone has an idea for me.
Copy code
Android gradle plugin: 8.6.0
Gradle: 8.10.2
FAILURE:
Build failed with an exception.
* What went wrong:
Could not determine the dependencies of task ':expo-modules-core:compileReleaseKotlin'.
> Could not resolve all dependencies for configuration ':expo-modules-core:kotlin-extension'.
   > Could not resolve all dependencies for configuration ':expo-modules-core:kotlin-extension'.
      > Could not find org.jetbrains.kotlin:kotlin-compose-compiler-plugin-embeddable:1.9.25.
        Searched in the following locations:
          - <http://maven.production.caches.eas-build.internal/artifactory/libs-release/org/jetbrains/kotlin/kotlin-compose-compiler-plugin-embeddable/1.9.25/kotlin-compose-compiler-plugin-embeddable-1.9.25.pom>
v
Well, somewhere you or something you use tries to use the Compose compiler plugin in version 1.9.25, which cannot work as it only exists since 2.0.0.
You might want to ask in some Expo community or similar
👍 1
l
Ok thank you, its not a case of clearing a cache though is it, because i was using that version before and it was building just now when i had to upgrade it wont work anymore
v
I don't know what Expo does