barcode-selection-kmp
Barcode Selection 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 or iOS native SDKs you may know, and do not pattern-match it against the barcode-capture-kmp skill either: BarcodeSelection diverges from BarcodeCapture in several specific ways even within the same KMP SDK. The API packages are com.kmp.datacapture.* (NOT com.scandit.datacapture.*).
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 or mode. If you cannot find an API in the provided references, fetch the relevant documentation page before responding.