Simone Civetta
03/16/2018, 1:15 AMolonho
03/16/2018, 5:37 AMSimone Civetta
03/16/2018, 2:26 PMSimone Civetta
03/16/2018, 2:27 PMilya.matveev
03/16/2018, 3:33 PMextraOpts '-tr'
in a program block. You can also find some example of multiplatform testing here: https://github.com/JetBrains/KotlinMultiplatformPlayground.Simone Civetta
03/16/2018, 4:52 PMSimone Civetta
03/16/2018, 6:23 PMcommonSourceSets
needed ? Shouldn’t it be inferred since its a MPP project?ilya.matveev
03/19/2018, 10:51 AMmain
source set is used and this should be enough for usual use cases (the most noticeable exception is common tests). commonSourceSets
is just an option allowing one to use a custom source set with common sources.Simone Civetta
03/19/2018, 1:25 PMcommonSourceSets 'test'
(instead of commonSourceSets 'main', 'test')
since main
is included by defaultilya.matveev
03/20/2018, 10:27 AMSimone Civetta
03/20/2018, 12:43 PM