i am trying to use `implementation(npm("@fluent/bu...
# javascript
n
i am trying to use
implementation(npm("@fluent/bundle", "0.16.1"))
but when i try to run the code it throws
ReferenceError: FluentResource is not defined
seems to me like kotlin forgot to bundle something, how would i go about tracking down what causes this ? or common causes ? i added the dependcy to
jsMain
and try to use it from
jsTest
sourcesets, to verify that it works