Kotlin Nice to knows - Retrojb/kotlin-mongodb GitHub Wiki
Some useful kotlin tips
fun TODO(reason: String): Nothing
Always throws NotImplementedError stating that operation is not implemented.
fun TODO(reason: String): Nothing
Always throws NotImplementedError stating that operation is not implemented.