Skip to content

Instantly share code, notes, and snippets.

@furkanaskin
Created December 5, 2018 01:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save furkanaskin/cd9453a10ff485ead68791a7ef35af5c to your computer and use it in GitHub Desktop.
Save furkanaskin/cd9453a10ff485ead68791a7ef35af5c to your computer and use it in GitHub Desktop.
dependencies {
//..
..
//..
}
kotlin {
experimental {
coroutines "enable"
}
}
androidExtensions {
experimental = true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment