Is there a version of the KSP Moshi codegen that supports Kotlin 1.9 .... Looking at the release notes , it looks like the latest only supports Kotlin 1.8.21
m
mbonnin
08/22/2023, 8:32 AM
Are you seeing a specific error? KSP should provide stable APIs and the generated code should be compatible too. I would expect moshi 1.15.0 to be usable with Kotlin 1.9.0 out of the box
➕ 1
r
rkeazor
08/22/2023, 3:08 PM
oh ok , i thought the KSP version was strictly tied to the compiler version
m
mbonnin
08/22/2023, 3:10 PM
The KSP version itself is often tied to the Kotlin version but project using KSP are not. That's one of the main points of KSP to provide "stable" APIs on top of the non-stable Kotlin compiler APIs