Skip to content
This repository has been archived by the owner on Jan 30, 2025. It is now read-only.

Latest commit

 

History

History
17 lines (12 loc) · 708 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 708 Bytes

KotlinGAEGradleExample

This is a Hello World Google App Engine example with Kotlin and Gradle. It is mostly an ordinary Java GAE project but uses the Kotlin gradle plugin for Kotlin support. It also includes the Idea gradle plugin for use with Intellij Idea.

Usage

Make sure you have downloaded the App Engine SDK and set the APPENGINE_HOME evironment variable to its location. The SDK can be found here https://cloud.google.com/appengine/docs/java/download and the version that is used in this project is 1.9.42

git clone [email protected]:widarlein/KotlinGAEGradleExample.git
cd KotlinGAEGradleExample
./gradlew appengineRun

Go to http://localhost:8080/

Hello, Kotlin!