summaryrefslogtreecommitdiff
path: root/platform-paper
diff options
context:
space:
mode:
authorSho Sakuma <me@m1sk9.dev>2026-08-05 01:33:43 +0900
committerSho Sakuma <me@m1sk9.dev>2026-08-05 01:33:43 +0900
commitc940b9ad7e50e9809e1aded520f0f5c4aff0e741 (patch)
treedb1e37d123e824d5f2a6917fce473c67fb983bfc /platform-paper
parentd45db164428bb4b350c879bf3f43ceb1cc581955 (diff)
downloadLunaticChat-c940b9ad7e50e9809e1aded520f0f5c4aff0e741.tar.gz
LunaticChat-c940b9ad7e50e9809e1aded520f0f5c4aff0e741.tar.bz2
LunaticChat-c940b9ad7e50e9809e1aded520f0f5c4aff0e741.zip
docs: stop claiming engine hands down coroutines and ktor
Both platform modules described the engine dependency as providing serialization, coroutines and ktor. Moving romaji conversion out of engine left it exposing serialization alone, so the note now points readers at dependencies they have to declare themselves. Co-Authored-By: Claude <noreply@anthropic.com>
Diffstat (limited to 'platform-paper')
-rw-r--r--platform-paper/build.gradle.kts2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform-paper/build.gradle.kts b/platform-paper/build.gradle.kts
index 95fe21a..5c2db6f 100644
--- a/platform-paper/build.gradle.kts
+++ b/platform-paper/build.gradle.kts
@@ -15,7 +15,7 @@ repositories {
}
dependencies {
- // Engine module (provides serialization, coroutines, ktor)
+ // Engine module (provides serialization)
api(project(":engine"))
// Paper-specific dependencies