looking for help with `kotlin-styled`. i have crea...
# react
a
looking for help with
kotlin-styled
. i have created a new react kotlin app with
create-react-kotlin-app
and then installed
kotlin-styled
by running
Copy code
npm i @jetbrains/kotlin-css @jetbrains/kotlin-css-js @jetbrains/kotlin-styled inline-style-prefixer styled-components --save
but the library is not available in Kotlin code in IntelliJ and using e.g.
StyleSheet
from it does not compile.