Skip to content

Commit

Permalink
added kotlinx-coroutines-reactor by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis Zhdanov committed May 3, 2024
1 parent 59e6983 commit 8b821bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/init.d/setup.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ allprojects { project ->
api("org.jetbrains.kotlin:kotlin-reflect")
api("org.jetbrains.kotlin:kotlin-stdlib-jdk8")
api("org.jetbrains.kotlinx:kotlinx-coroutines-core")
api("org.jetbrains.kotlinx:kotlinx-coroutines-reactive")
api("org.jetbrains.kotlinx:kotlinx-coroutines-reactor")
api("org.jetbrains.kotlinx:kotlinx-coroutines-slf4j")

testImplementation("org.springframework.boot:spring-boot-starter-test")
Expand Down

0 comments on commit 8b821bf

Please sign in to comment.