teogor / ceres

🪐 Ceres is a comprehensive Android development framework designed to streamline your app development process. Powered by the latest technologies like Jetpack Compose, Hilt, Coroutines, and Flow, Ceres empowers developers to build modern and efficient Android applications.

Home Page:https://source.teogor.dev/ceres

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Bug]: Mismatch Between KSP and Kotlin Version

teogor opened this issue · comments

Is there an existing issue for this?

  • I have searched the existing issues

Is there a StackOverflow question about this issue?

  • I have searched StackOverflow

What happened?

The current project has a version mismatch between the Kotlin Symbol Processing (KSP) and Kotlin Gradle Plugin (Kotlin-gradle-plugin) versions. Specifically, KSP version 1.9.0-1.0.13 is being used, but it's not compatible with Kotlin-gradle-plugin version 1.9.10.

To resolve this issue:

Upgrade KSP: You can upgrade the KSP version to a compatible one, ensuring that it works seamlessly with Kotlin-gradle-plugin 1.9.10.

Relevant logcat output

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct