This is a Near-Field Communication (NFC) Tag Reader application built using Kotlin Multiplatform. It can run on both Android and iOS.
This application is developed with the goal of demonstrating the power of Kotlin Multiplatform (KMP). It leverages the NFC capabilities of both Android and iOS devices to read NFC tags and display the information to the user.
- Read NFC Tags
- Display tag information
- Uniform UX on both Android and iOS
Note: For Android devices, ensure that NFC is enabled. If NFC is disabled, the application will not detect NFC tags.