Has anyone tried making a Figma plugin with Kotlin...
# javascript
a
Has anyone tried making a Figma plugin with Kotlin before? The Figma docs are based around TypeScript, and they essentially expect a single javascript file that will be run when the plugin is launched. With kotlin, I’d have to create a top level function, which I would need to call myself. I’m not really sure what to do in this case, or what is allowed with Figma