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.
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.