Hi there seeing weird issue post ktofit update. I...
# multiplatform
s
Hi there seeing weird issue post ktofit update. I have recently updated *kotlin*(2.0.21-RC), *ksp*(2.0.21-RC-1.0.25) along with ktorfit (2.1.0), from older ktorfit version(1.12.0), During migration seeing below issue for
K8TimelessAPI
interface, I tried to check if compiler suggestions on createK8TimelessAPI but it shownup, Can you help to know is something I am missing? I have applied ksp plugin, added all dependencies on project as well as related modules.
java.lang.IllegalStateException: _K8TimelessAPIProvider not found, did you apply the Ksp Ktorfit plugin? Use .createK8TimelessAPI() instead
@Foso any suggestion?
f
Don't know what your project structure looks like, but maybe this is the same solution: https://github.com/Foso/Ktorfit/issues/616#issuecomment-2393261935
s
thanks @Foso for quick reply, will check 👏