kotlin Kotlin Multiplatform Part 2: BackEnd API In this guide we will go over setting up a REST and GraphQL api in kotlin using Jooby. Common Data Classes To start we need to spin up some data classes we're going to use. These will be the base of our API response. Located at: common/all/src/main/