/kotlin-windows

Primary LanguageKotlinMIT LicenseMIT

Kotlin Barcode Reader for Windows

The sample demonstrates how to create a command line barcode reader using Kotlin on Windows.

Prerequisites

Getting Started

  1. Open IntelliJ IDEA Community, and import the source code to Kotlin project.
  2. Press Ctrl + Shift + Alt + S to open project structure. Click Libraries to add com.dynamsoft.barcode.jar.
  3. Run the project.

Blog

Building Kotlin Barcode Reader on Windows