This directory is the Kotlin Multiplatform workspace for Pindrop's shared transcription logic.
Layout:
build.gradle.kts,settings.gradle.kts,gradle.properties,gradlew: Gradle workspace rootcore/: shared domain types and cross-platform portsfeature-transcription/: shared transcription policy and orchestration logicruntime-transcription/: shared local model catalog and executable local-runtime orchestration
Current target status:
macosArm64/macosX64: actively built and embedded into the applinuxX64/mingwX64: compile-time targets for the shared local transcription runtimejvm: used for shared unit tests
Common commands from the repo root:
just shared-testjust shared-xcframework
Direct commands from this directory:
./gradlew :core:jvmTest :runtime-transcription:jvmTest :feature-transcription:jvmTest./gradlew :core:assemblePindropSharedCoreXCFramework :feature-transcription:assemblePindropSharedTranscriptionXCFramework