It would be awesome if Gradle could work like Koba...
# gradle
p
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
@pabl0rg
Copy code
val projectA = project(":projectA")
p
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).
j
You should, yes