Sean Proctor
02/08/2022, 2:40 PMgenerateExternals=true
to the gradle dependency and I get an error "Unresolved reference: JSX". Looking at the TypeScript definition, JSX is used but not imported. Is there a way to work around this?Sean Proctor
02/08/2022, 2:44 PMBig Chungus
02/08/2022, 2:46 PMgenerateExternals=true
) is far from perfect still. Most of the time it's best to use generated externals as a starting point and then rewrite them as your own manually.
I've written an article to help get started https://kotlinlang.slack.com/archives/C0B8L3U69/p1640888456418000Sean Proctor
02/08/2022, 2:50 PM