Hi. I've just watched <@U092N7GGG>’s webinar about...
# multiplatform
a
Hi. I've just watched @yole’s webinar about multiplatform projects and trying to dig into the sample code. Please correct my understanding of the following. Assume I'm developing a react application and want to use some react-whatever-plugin. I have to add two dependencies: to the plugin itself for e.g. webpack to build the bundle, to kotlin bindings into gradle configuration of the js platform module to be able to use APIs from my kotlin code. Bindings can be written manually or generated from TS definitions (and most probably fixed manually after generation).