Last active
December 9, 2017 19:28
-
-
Save abdurahmanadilovic/d7c8fa4776c8055c636cf73a10e0e604 to your computer and use it in GitHub Desktop.
enable coroutine in build gradle file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
kotlin { | |
experimental { | |
coroutines "enable" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment