and output was of no use.
# announcements
m
and output was of no use.
c
I think it's a somewhat good starting point, but you do have to address a lot of issues by hand.
m
does that mean I cannot use react component libraries in kotlin at this point?
that is, without importing them all by hand.
l
You can use it for some components, but as @czyzby said, you’ll have to do some manual copying by hand. If you want to, you can always just add the React components as the
dynamic
type just to start off, and gradually implement their types as you go, using the
.d.ts
file as a reference.