Why is defining navigation version as val throwing error in the build.gradle?

Viewed 32

Why are version number declared as val type throwing errors in the build.gradle of my android project. Changing it to def fixes it but what is the issue? Documentation states to choose val for kotlin and def for groovy language.

0 Answers
Related