It would be awesome if Gradle could work like Kobalt and use regular kotlin vals to hold references to projects. It feels like this is put together with tape and I'm not sure what i've taped up wrong.
j
jlleitschuh
11/14/2019, 4:44 PM
@pabl0rg
Copy code
val projectA = project(":projectA")
p
pabl0rg
11/14/2019, 5:03 PM
Thanks, do I get an error if ":projectA" is not a valid project name/reference string? In my case, I checked and the strings seem correct (not a type-o).