
안드로이드 전용이 아닌, 코틀린 intellij에서는 라이브러리 추가 메이븐으로 하면 된다고 한다.

참고 사이트
https://kotlinlang.org/docs/tutorials/coroutines/coroutines-basic-jvm.html
Your first coroutine with Kotlin - Kotlin Programming Language
This tutorial walks us through setting up a project using coroutines, and writing code that uses them.
kotlinlang.org
https://github.com/Kotlin/kotlinx.coroutines
Kotlin/kotlinx.coroutines
Library support for Kotlin coroutines . Contribute to Kotlin/kotlinx.coroutines development by creating an account on GitHub.
github.com
'Kotlin' 카테고리의 다른 글
코틀린, Windows10 안드로이드 환경 설정 (0) | 2020.03.23 |
---|---|
코틀린 New Gradle Sync is not supported due to containing Kotlin modules 오류처리 (0) | 2020.03.22 |
17. 코틀린 인터페이스 (0) | 2020.03.16 |
16. 코틀린 상속 (0) | 2020.03.16 |
15. 코틀린 Collection (0) | 2020.03.16 |