There's been another surge of questions regarding ...
# javascript
b
There's been another surge of questions regarding Kotlin/JS interop recently so I went ahead and summed up what I've learned throughout the years in an article. Hope it helps the Kotlin/JS adoption! Posted in #feed
🙌 8
g
@Big Chungus small typo in your blog example:
Copy code
import SCSS from "my-library/dist/scss/index.csss"
should be
Copy code
import SCSS from "my-library/dist/scss/index.scss"
b
Thanks, fixed now.
b
Hopefully this is clear enough.
❤️ 1