motif icon indicating copy to clipboard operation
motif copied to clipboard

Kotlin Multi Platform Support

Open Volatile-Memory opened this issue 5 years ago • 1 comments

Does this or will it ever support purely kotlin-based multi-platform projects that do not run on the jvm?

Volatile-Memory avatar Dec 31 '20 01:12 Volatile-Memory

I'm not super familiar with multiplatform kotlin development or what kinds of constraints are associated. Some information that might be relevant:

  • Motif Scopes can be written in pure Kotlin
  • Motif can generate pure Kotlin Scope implementations
  • Motif requires annotation processing to work

If you get a chance to try it out on a multiplatform project, please let us know if you run into any problems.

Leland-Takamine avatar Dec 31 '20 02:12 Leland-Takamine