mbonnin
09/02/2019, 1:42 PMbuild.gradle
to build.gradle.kts
, it looks like autocomplete in IDEA doesn't work until a first gradle sync is successful. Generated accessors are missing but also more regular things are underlined in red. So what I do is usually comment all of the build.gradle.kts and then uncomment parts as I fix them. Is there a better way to do this ? I feel like even if my android
block is wrong, the dependencies
could be parsed correctly ?octylFractal
09/02/2019, 5:57 PM