Adicione as seguintes dependências no arquivo build.gradle(.kts), conforme a(s) plataforma(s) do seu projeto:
dependencies {
implementation("br.zoop.pos.plugin:zoop-pos-plugin-desktop:1.2.9") // Para Kotlin Multiplatform (KMP).
implementation("br.zoop.pos.plugin:zoop-pos-plugin-desktop-android:1.2.9") // Para Android.
implementation("br.zoop.pos.plugin:zoop-pos-plugin-desktop-jvm:1.2.9") // Para JVM.
}