terrakok / Compose-Multiplatform-Wizard

Compose Multiplatform Wizard
https://terrakok.github.io/Compose-Multiplatform-Wizard/
MIT License
389 stars 25 forks source link

Empty JS file #45

Closed keaukraine closed 4 months ago

keaukraine commented 4 months ago

When I create a template with Android, iOS, JS and MacOS enabled and build JS target from README.md I get an empty JS file. It has only exports and some other declarations but not the sample getFibonacciNumbers2 function.

Please advise.

keaukraine commented 4 months ago

Apparently the function was not tagged as @JsExport.