Unresolved reference: delay
์ฐ์ ํด๋น ํจํค์ง์ ๊ณต์ ๊ฒฝ๋ก๋ ์๋์ ๊ฐ๋ค.
https://github.com/Kotlin/kotlinx.coroutines#gradle
GitHub - Kotlin/kotlinx.coroutines: Library support for Kotlin coroutines
Library support for Kotlin coroutines . Contribute to Kotlin/kotlinx.coroutines development by creating an account on GitHub.
github.com

์๋๋ intelliJ์์ ์ ํ๋ก์ ํธ ์์ฑ์ ์ ํํ ์ ์๋ ๋น๋ ์์คํ ๋ณ ํด๊ฒฐ๋ฐฉ๋ฒ์ด๋ค.
Gradle
dependencies {
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3")
}
repositories {
mavenCentral() // ํด๋น ์ฝ๋๋ ์์ด์ผ ํ๋ค๊ณ ํ๋ค.
}
Maven
<dependency>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-coroutines-core</artifactId>
<version>1.7.3</version>
</dependency>
IntelliJ
์ฐธ๊ณ : https://stackoverflow.com/a/74189275
Integrate Kotlinx coroutines in intelliJ project
Iโm using intellij for a while now. There I work on a javaFx project, which is mainly written in java but I discovered Kotlin to be a nice alternative. Recently I read about coroutines in Kotlin ...
stackoverflow.com
javax.coroutines ํจํค์ง ๋ฒ์ ์ฐธ๊ณ : https://github.com/Kotlin/kotlinx.coroutines/releases
์ ์ฉ์ด ๋์ง ์๋๋ค๋ฉด ์ฝํ๋ฆฐ ๋ฒ์ ์ ์ต์ ์ผ๋ก ๋ณ๊ฒฝํ๊ฑฐ๋ ํธํ์ฑ์ ํ์ธํด๋ณด์.
#์ธํ ๋ฆฌ์ ์ด
'studies > Back-end' ์นดํ ๊ณ ๋ฆฌ์ ๋ค๋ฅธ ๊ธ
์ํ์น(Apache) SSL(TLS) ์ง์ ๋ฒ์ ๋ณ๊ฒฝ ๋ฐฉ๋ฒ ๋ฐ SSL๊ณผ TLS์ ์ฐจ์ด์ (0) | 2024.06.15 |
---|---|
[Kotlin] ๋ฌธ์์ด ๋ฐ์ดํธ ์ ๊ตฌํ๊ธฐ / ๋ฐ์ดํธ ํฌ๊ธฐ (0) | 2023.11.05 |
[MySQL] JSON ํ์ ์ฌ์ฉํด์ JSON Array ๋ค๋ฃจ๊ธฐ (0) | 2023.09.16 |
mac terminal vim / how to change readonly file (0) | 2022.01.26 |
[Kotlin] ์ฝํ๋ฆฐ ์ค์ฝํ ํจ์ ์ ๋ฆฌ (0) | 2022.01.19 |