Julian Steenbakker
Committed by GitHub

doc: add kotlin message

@@ -15,6 +15,7 @@ A universal barcode and QR code scanner for Flutter based on MLKit. Uses CameraX @@ -15,6 +15,7 @@ A universal barcode and QR code scanner for Flutter based on MLKit. Uses CameraX
15 15
16 ### Android 16 ### Android
17 SDK 21 and newer. Reason: CameraX requires at least SDK 21. 17 SDK 21 and newer. Reason: CameraX requires at least SDK 21.
  18 +Also, make sure you upgrade kotlin to the latest version in your project.
18 19
19 This packages uses the **bundled version** of MLKit Barcode-scanning for Android. This version is more accurate and immediately available to devices. However, this version will increas the size of the app with approximately 3 to 10 MB. The alternative for this is to use the **unbundled version** of MLKit Barcode-scanning for Android. This version is older than the bundled version however this only increases the size by around 600KB. 20 This packages uses the **bundled version** of MLKit Barcode-scanning for Android. This version is more accurate and immediately available to devices. However, this version will increas the size of the app with approximately 3 to 10 MB. The alternative for this is to use the **unbundled version** of MLKit Barcode-scanning for Android. This version is older than the bundled version however this only increases the size by around 600KB.
20 21