티스토리 뷰
카테고리 없음
java.lang.ClassNotFoundException: kotlinx.coroutines.reactive.AwaitKt
sngjuk 2022. 6. 2. 20:25java.lang.ClassNotFoundException: kotlinx.coroutines.reactive.AwaitKt
dependency 추가필요
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-reactor")
sprind doc:
https://docs.spring.io/spring-framework/docs/current/reference/html/languages.html#coroutines
dependencies {
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:${coroutinesVersion}")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-reactor:${coroutinesVersion}")
}
copy from: