Gabriel Duncan
03/11/2022, 2:02 AMjsBrowserRun
i get an error about not finding coroutines library. i added the coroutines library to commonMain
source dependencies so that gradle can get the js coroutines library. still won’t build or run for js target. am i missing something?Nick
03/11/2022, 2:07 AMNick
03/11/2022, 2:15 AMmain
. So I had to make the app a lib for this.
Anyway, the coroutines dependency should already be in the Todo lib here: https://github.com/nacular/doodle-tutorials/blob/master/Todo/build.gradle.kts#L19. And you should be able to do jsBrowserRun
from within TodoRunner. Let me know if that works.Gabriel Duncan
03/11/2022, 2:17 AMGabriel Duncan
03/11/2022, 2:17 AMGabriel Duncan
03/11/2022, 2:20 AMNick
03/11/2022, 2:22 AMGabriel Duncan
03/11/2022, 2:42 AMNick
03/11/2022, 2:51 AMGabriel Duncan
03/11/2022, 2:54 AMGabriel Duncan
03/11/2022, 2:55 AMNick
03/11/2022, 2:56 AMGabriel Duncan
03/11/2022, 2:58 AM