which command should I run to generate the root build folder? I someone was able to get that working yesterday but now I am not able to regenerate it after running
./gradlew clean
. I've tried build, run, and jsBrowserTask. What is the normal sequence of CLI commands?
t
turansky
02/09/2021, 6:12 PM
Copy code
./gradlew clean
./gradlew build
s
Shannon Rhodes
02/09/2021, 6:15 PM
thanks! should I run those commands from the root of an inner project folder that contains a build gradle file?
t
turansky
02/09/2021, 6:29 PM
Usually it called for root project, Kotlin/JS require some action for root project
turansky
02/09/2021, 6:31 PM
Also Kotlin/JS must be declared in root project (like here)