Brandon Saunders
11/07/2019, 7:45 PMCannot add extension with name 'kotlin', as there is an extension already registered with that name.This link, https://youtrack.jetbrains.com/issue/KT-32137?_ga=2.97965660.2132659469.1572979841-1716587075.1572304917, seems to suggest that support docs for multiplatform JS gradle is getting updated. Does anyone know if this is still accessible (I can't seem to connect to it via slack) or has an example gradle file that uses multiplatform to trigger a mocha run? Thank you!
Jurriaan Mous
11/07/2019, 7:54 PMnodejs {
testTask {
testLogging {
events = ["FAILED", "SKIPPED"]
}
}
}
This in IDE results is in progress and looks now to be scheduled for 1.3.70 https://youtrack.jetbrains.com/issue/KT-21625Brandon Saunders
11/07/2019, 8:37 PM