feat: view message logger

This commit is contained in:
ΞTΞRNAL
2025-10-13 17:56:21 +05:30
parent a81a422159
commit 2a286ad11e
6 changed files with 89 additions and 48 deletions

View File

@@ -161,4 +161,4 @@ val syncTasks = cargoTargets.mapIndexed { index, target ->
tasks.named("preBuild").configure {
syncTasks.forEach { dependsOn(it) }
}
}