diff options
| author | ketsuban <ketsuban@192.168.3.110> | 2026-08-25 21:27:21 +0000 |
|---|---|---|
| committer | ketsuban <ketsuban@192.168.3.110> | 2026-08-25 21:27:21 +0000 |
| commit | 0ddeb6ab4752cb4b117e841bc98a8c40b2785085 (patch) | |
| tree | a4d9a8f21a404e232287fb76c951cf6ece5661c1 | |
| parent | 70234016b771ab387a1e7eddfcb653754907c265 (diff) | |
| download | kukuri-0ddeb6ab4752cb4b117e841bc98a8c40b2785085.tar.gz kukuri-0ddeb6ab4752cb4b117e841bc98a8c40b2785085.tar.bz2 kukuri-0ddeb6ab4752cb4b117e841bc98a8c40b2785085.zip | |
content-store: coroutines-test for common tests
| -rw-r--r-- | modules/orgflow-content-store/build.gradle.kts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/orgflow-content-store/build.gradle.kts b/modules/orgflow-content-store/build.gradle.kts index e2b65bd..b64c5f2 100644 --- a/modules/orgflow-content-store/build.gradle.kts +++ b/modules/orgflow-content-store/build.gradle.kts @@ -22,6 +22,7 @@ kotlin { } commonTest.dependencies { implementation(libs.kotlin.test) + implementation(libs.coroutines.test) } } } |
