I'm wondering why most of the samples and tutorial...
# gradle
c
I'm wondering why most of the samples and tutorials suggest
kotlin_version
for the variable name? In the world of java, groovy and kotlin, this looks extremely weird and out of place for me personally. Why not
kotlinVersion
? Was there some thinking behind using snake_case or it just magically happened? 🙂
👍 3