Search⌘ K
AI Features

Introduction

Explore how to effectively integrate Kotlin with Java, including calling Java code from Kotlin and making Kotlin code accessible from Java. Understand joint compilation techniques, use Kotlin with Spring and Gradle, and learn approaches for unit testing and interoperability in mixed-language projects.

We'll cover the following...

Having looked at the core capabilities of the language, let’s now turn our attention to applying Kotlin. In this part, you’ll learn how to use Kotlin with Spring and to create Android applications. You’ll also learn how to use Kotlin with Gradle and Maven and, along the way, pick up some techniques for unit testing Kotlin code with tools like KotlinTest and Mockk. We’ll also explore the options to ...