fkrauthan
12/21/2019, 7:55 PMcreate-react-kotlin-app
is not the right choice (as that is more for standalone webapps with kotlin). The kotlin frontend plugin seem to be deprecated so I've tried it as plugin multiplatform
and then only have js { browser() }
configured (I assume that is currently the recommended way?). But now when I try to include the dependency to my commons library (which is also multiplatform
and has js()
as one of its target) I receive the error: project ':clients:clients-common' is not configured for JS usage
any idea what I am missing or am I going completely off the rails with my setup?bjonnh
12/22/2019, 12:00 AMbjonnh
12/22/2019, 12:01 AMbjonnh
12/22/2019, 12:01 AMfkrauthan
12/22/2019, 12:55 AMbjonnh
12/22/2019, 1:44 AMbjonnh
12/22/2019, 1:44 AMbjonnh
12/22/2019, 1:45 AMbjonnh
12/22/2019, 1:46 AMbjonnh
12/22/2019, 1:48 AMIlya Goncharov [JB]
12/22/2019, 7:11 AMfkrauthan
12/22/2019, 8:18 PMbrowser
if that is where I plan to use my commons library? because the final frontend project is declared as js { browser() }
but my commons library just has js()
for now.bjonnh
12/22/2019, 8:42 PMIlya Goncharov [JB]
12/23/2019, 6:22 AMfkrauthan
12/23/2019, 6:54 AMfkrauthan
12/23/2019, 6:58 AM