Draget
03/02/2021, 3:12 PM./gradlew wrapper --gradle-version 6.8.4
and noticing the typo after gradle already accepted the command without any feedback whatsoever. Trying any other gradle command including ./gradlew wrapper --gradle-version 6.8.3
no longer works unless I edit the config file manually.
Lots and lots of more re-indexing. ./gradlew clean
taking 1m20s.
Launching the compose demo application only to see an error about invalid MSI version. Luckily I know MSI and realize it needs three version parts, the wizard created only 1.0, so changing it to 1.0.0.
Running the application finally works. Trying to Update the compsoe version and changing some things about the main class, gradle/idea deciding to re-index just random things (it included my JDK!?) and taking another few minutes.
While doing this all, had two IDEA errors (which I reported) inbetween.
So the whole 'test' took almost two hours… granted, with sidetracking. But the Gradle<->Idea<->compose experience has really not been stellar so far. :(olonho
03/02/2021, 3:31 PMDraget
03/02/2021, 3:38 PMYan Pujante
03/02/2021, 5:33 PM