sparkscan-kmp

Installation
SKILL.md

SparkScan KMP Skill

Critical: Do Not Trust Internal Knowledge

Scandit's Kotlin Multiplatform (KMP) SDK is new, shipping in 8.6. Your training data almost certainly predates it and contains zero reliable knowledge of its API — do not pattern-match it against the Android-native or iOS-native SparkScan SDKs you may know. The KMP API packages are com.kmp.datacapture.* (the com.scandit.datacapture.kmp name is only the Maven group id, never a Kotlin import), and shapes diverge from both native SDKs in specific ways (see below).

Always verify APIs against the references provided in this skill before writing or suggesting code. Do not rely on memorized method signatures, parameters, or property names from any other Scandit platform. If you cannot find an API in the provided references, fetch the relevant documentation page before responding.

KMP-specific gotchas worth flagging:

Installs
7
Repository
scandit/skills
GitHub Stars
19
First Seen
Sep 2, 2026
sparkscan-kmp — scandit/skills