fitermay
05/28/2024, 1:24 AMPablichjenkov
05/28/2024, 6:27 AMshared
module structure. If you want an example using the composeApp
project structure, check here: https://github.com/pablichjenkov/macao-marketplace/blob/dev/composeApp%2Fbuild.gradle.kts#L49
Adding the target is basically specifying the js(IR)
block and indicating the build tool you are fine with experimental compose-js. See this line:
https://github.com/pablichjenkov/macao-marketplace/blob/dev/composeApp%2Fbuild.gradle.kts#L252
And this one:
https://github.com/pablichjenkov/macao-marketplace/blob/dev/gradle.properties#L10
That's all you need!Oliver.O
05/29/2024, 9:23 PM