Is there a version of the KSP Moshi codegen that s...
# squarelibraries
r
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
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
oh ok , i thought the KSP version was strictly tied to the compiler version
m
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
r
gotcha! makes sense
118 Views