Replies: 3 comments 4 replies
-
Hi, The current plan is to stabilize Akkurate for the JVM and provide basic integrations, with Ktor for example. Akkurate will be multiplatform, but I don't want to rush this. Actually, it's already multiplatform-compatible, but only the JVM target is enabled. What are your use cases? It might help me prioritize this feature. 🙂 |
Beta Was this translation helpful? Give feedback.
-
Sorry for the late response, didn't see you replied already 😐 My plan is to create most of the validation in the common code (so it can be shared by server and all clients) and then implement the rest of the server validation separately. Using this I could have the same validation messages (translated in common). It would simplify the validation, because no round trip to the server would be required and all clients would have the same validation. |
Beta Was this translation helpful? Give feedback.
-
Akkurate is now multiplatform :) |
Beta Was this translation helpful? Give feedback.
-
I see you have KMP in your project roadmap. Is there an approximate timeline for it?
Can I ask what the current problems/issues with supporting KMP are, if you maybe know already?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions