Thy Law
Thy Law

Reputation: 71

Use Kotlin multiplatform in Flutter

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

Answers (1)

Gillian
Gillian

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

Related Questions