rharter
09/22/2016, 3:40 PMfun findProject(id: String, callback: (Project?) -> Unit)
That works great for Kotlin. When interopping with Java, that function has to return a value, so I have to add a return null
to the end of it, which is a bit awkward. Is there a way around that?