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, 9:13 AM +0300)
commit
fda16116
fda161167d02b581716fe7fc1dee4a4b4010fe3c
parent
939fc7fe
939fc7fe7a010273514eb7d706ea669100504a5d
+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 {