These sample Kotlin applications demonstrate how to deploy Kotlin backends to App Engine for Java 8.
Link | Description |
---|---|
Simple Kotlin app - no framework | Deploy a basic Kotlin application to App Engine for Java 8. This sample does not use any framework |
Kotlin on Ktor | Deploy a Kotlin application built with Ktor to App Engine for Java 8 |
Kotlin on Spring Boot | Deploy a Kotlin application built with Spring Boot to App Engine for Java 8 |
Kotlin Spark Sample | Deploy a Kotlin application built with Spark to App Engine for Java 8 |
Android app with Kotlin Backend | Sample of a Kotlin Spring Boot backend that runs on App Engine Standard for Java8 and communicates with an Android app written in Kotlin. |