Since kotlin 1.4, setting up gradle for multiplatform project has surely been super easy. Kudos to the whole team behind that amazing api
true story 6
šÆ 9
a
akapanina
12/14/2020, 10:20 AM
Thank you for the kind words! š Could you tell us, if anything in particular made your experience better?
š 1
i
ian.shaun.thomas
12/14/2020, 2:07 PM
I've personally setup mp projects from scratch using the documentation multiple times. Obviously the new project button works fine as well but it says a lot that the documentation is good enough and that steps are simple enough, you don't need to use a project template to get started.
š 1
a
andylamax
12/15/2020, 5:44 AM
@akapanina I will list them as how I find them so usefull
⢠default inclusion of
stdlib
. Something so small yet makes it so productive
⢠webpackConfig && cssSupport for jsTargets
⢠JS Testing configuration
These three features have made it less painful to configure KMP projects with gradle