DEV Community

Discussion on: Kotlin FYI: Kotlin In Thirty Seconds

Collapse
 
jozefchmelar profile image
Jozef Chmelar

I hope so. But what I see nowadays is Java developers writing Java code in Kotlin. What was

SmartAbstractSesionFactory sasf = new SmartAbstractSesionFactory()

has become

var sasf = SmartAbstractSesionFactory()