Skip to content

Instantly share code, notes, and snippets.

@cdsap
Created April 16, 2018 10:46
Show Gist options
  • Save cdsap/775a4c041d7e7804de49792ffd09b269 to your computer and use it in GitHub Desktop.
Save cdsap/775a4c041d7e7804de49792ffd09b269 to your computer and use it in GitHub Desktop.
build.gradle Server
apply plugin: 'kotlin'
apply plugin: 'kotlin-kapt'
apply plugin: 'war'
apply plugin: 'com.google.cloud.tools.appengine'
dependencies {
implementation libraries.endpoints
providedCompile libraries.javax_servlet
implementation libraries.kotlin
implementation libraries.javax_inject
implementation libraries.daggerCompiler
kapt libraries.dagger
implementation libraries.objectify
implementation libraries.retrofitConverter
implementation libraries.retrofit
implementation libraries.gson
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment