hi there we started seeing this issue in while usi...
# multiplatform
s
hi there we started seeing this issue in while using the kotlin 2.3.0 https://github.com/Foso/Ktorfit/issues/1015 is anyone come across the similar issue? @Foso fyi
j
Are you using same ksp version as kotlin version?
s
yess
c
The Kotlin compiler api is not stable yet. So you can only use that Kotlin version that is compatible with the plugin version. For Ktofit it is 2.2.x
That's also what the error message is telling you 😉
h
r
Spam moment I create a library to generate code of Ktor client using the same annotations of retrofit / ktorfit Here is https://github.com/kingg22/ktorgen @Suresh Maidaragi If you want, give it a try and you won't have these compatibility problems 🫶 I recently gave the documentation site a new look 🙃