Since kotlin 1.4, setting up gradle for multiplatf...
# multiplatform
a
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
Thank you for the kind words! 🙂 Could you tell us, if anything in particular made your experience better?
👀 1
i
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
@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
🙌 4