alpha
Login
or
Join now
nateholland.bsky.social
/
PoseDetection
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
This repository has no description
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
chore: add Kermit for Logging
author
florian-kima
date
9 months ago
(Sep 17, 2025, 1:21 PM +0300)
commit
dc7afe18
dc7afe18c59200b5bd6ef969ec0c913904559f4f
parent
2a8592b1
2a8592b1d64d60b1187788ddcd66d8cfe4d07dbd
+1
1 changed file
Expand all
Collapse all
Unified
Split
posedetection
build.gradle.kts
+1
posedetection/build.gradle.kts
Reviewed
···
68
68
implementation(compose.material3)
69
69
implementation(compose.components.resources)
70
70
implementation(compose.components.uiToolingPreview)
71
71
+
api("co.touchlab:kermit:2.0.4")
71
72
}
72
73
73
74
commonTest.dependencies {