Reputation: 71
I'm trying to write Kotlin code and call it in Flutter when I run build both in android and ios. Heard kotlin multiplatform can do this, but having a hard time finding tutorials on how to use Kotlin Multiplatform in Flutter.
Upvotes: 6
Views: 3591
Reputation: 111
I've actually started working on a framework which connects Kotlin Multiplatform and Flutter. It really is possible but there's a lot of things to keep track of to get it working smoothly. I published my library a few days ago, try it: https://pub.dev/packages/klutter. Link to a full step-by-step guide is in the readme.
Upvotes: 8