Java is not evil by itself, if the team is still m...
# announcements
m
Java is not evil by itself, if the team is still more comfortable doing java, keep using java and introduce kotlin gradually, for example, at view level, for POJOs... take advantage of the interoperability
j
Great! Thanks for the advices!
g
working on projects that’s fully written in Kotlin
Isn’t it too late? If project already fully Kotlin
j
:D sure it is. The thing is that in Java we won't have to do
var a: String? = null
but just
String a
instead. Getting back to Java was kind of joke
d
well,
String a
is really ambigous for various kotlin property declarations.