Does koog break with Kotlin 2.2?
# koog-agentic-framework
l
Does koog break with Kotlin 2.2?
a
Hi, what do you mean, did you experience it yourself or just asking? AFAIK our example compose app uses Kotlin 2.2 and works fine
l
Was because of kotlinx.serialization compatibility
a
So is the issue resolved? Or are you still facing it? If so, can you please provide a code snippet demonstrating the problem?
a
@Leonhard Solbach, add a kotlin bom to your project:
Copy code
kotlin-bom = { module = "org.jetbrains.kotlin:kotlin-bom", version.ref = "kotlin" }
which has a kotlin version, ex. 2.2.20.
l
Yes that solves it