Skip to content

Instantly share code, notes, and snippets.

@kdabir
Last active August 2, 2016 13:55
Show Gist options
  • Save kdabir/a9add2f94a7c4d720c69b20c121359a7 to your computer and use it in GitHub Desktop.
Save kdabir/a9add2f94a7c4d720c69b20c121359a7 to your computer and use it in GitHub Desktop.
Glide with idea
plugins {
id "com.appspot.glide-gae" version "0.9.3"
id 'idea'
}
idea {
module {
sourceDirs += file('app')
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment