Kotlin Multiplatform libraries that has the "data types" and "sharable business logic"
• This is consumed from Ktor backend services with Kotlin/JVM
• This is consumed from React webapp as a Node.js library with Kotlin/JS (IR)
• Need a way to consume this from a Flutter app
Hoping someone has already done this. 🙂 Thx.
@Konstantin Tskhovrebov Do you have an example of consuming the kmp code in flutter web as well? From what I can see that flutter app is targeting iOS and Android only.