Wrapping Up

We'll cover the following...

It’s highly likely that you’ll have a need to intermix Kotlin and Java code on your projects. In this chapter we’ve seen how easy it is to use Java from Kotlin, but the other way around requires some effort and planning.

You may use any Java library from your Kotlin ...