Hi there, Iam able to update kotlin 2.0.0 and com...
# multiplatform
s
Hi there, Iam able to update kotlin 2.0.0 and compose, Android build works fine post update, but on iOS I am seeing this error, can someone help to check...
java.lang.IllegalStateException: _nullImpl() not found, did you apply the Ksp Ktorfit plugin?
f
Please try it with Ktorfit 2.0.0-rc01. That version is compatible with Kotlin 2.0.0
s
@Foso Just did that, started seeing following files issues
what is the alternative for
Response
f
https://foso.github.io/Ktorfit/migration/#from-2-to-200 I will release the final version at the weekend.
s
Thank you @Foso, but on interface, I am started getting new error, tried deleting the build folder, but no luck
f
Did you also update the Ktorfit ksp plugin?
s
sorry didn't get you you mean
Copy code
de.jensklingenberg.ktorfit:ktorfit-ksp:2.0.0-beta1
needs to be added?
f
Yes, and ktorfit-lib, ktorfit-ksp and the gradle plugin need to have the same version number
s
de.jensklingenberg.ktorfit:ktorfit-ksp:2.0.0-beta1
where can I add? inside commonMain of build.gradle?
s
yes this is done, also I have added NAMEOFPLATFORM as shown, now started seeing weird error
Mutation of attributes is not allowed
this error happening while syncing the builds.gradles changes itself,
f
I don't why that happens, I never had this error
s
Weird,
277 Views