I’ve just read the java code convention document o...
# random
w
I’ve just read the java code convention document once again and I haven’t found any restrictions regarding underscores in package names. Looks like it shouldn’t warn us. And it does warn me only in kotlin files, what is strange
g
It’s Kotlin convention
q
Maybe that for Kotlin code calling from Java. E.g. First class functions using package name than calling from Java. Just my opinion