Skip to content

Instantly share code, notes, and snippets.

@abdurahmanadilovic
Last active December 9, 2017 19:28
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 abdurahmanadilovic/d7c8fa4776c8055c636cf73a10e0e604 to your computer and use it in GitHub Desktop.
Save abdurahmanadilovic/d7c8fa4776c8055c636cf73a10e0e604 to your computer and use it in GitHub Desktop.
enable coroutine in build gradle file
kotlin {
experimental {
coroutines "enable"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment