NFCReader-KMP
Cross-platform NFC Tag reader built with Kotlin Multiplatform for Android and iOS.
File Explorer
Download Latest Version (.zip)- receipt.json
- MainActivity.kt
- NFCManager.android.kt
- NFCReader.kt
- ic_launcher_background.xml
- ic_launcher_foreground.xml
- ic_launcher.xml
- ic_launcher_round.xml
- ic_launcher.png
- ic_launcher_round.png
- ic_launcher.png
- ic_launcher_round.png
- ic_launcher.png
- ic_launcher_round.png
- ic_launcher.png
- ic_launcher_round.png
- ic_launcher.png
- ic_launcher_round.png
- strings.xml
- AndroidManifest.xml
- strings.xml
- App.kt
- NFCManager.kt
- MainViewController.kt
- NFCManager.ios.kt
- build.gradle.kts
- gradle-wrapper.jar
- gradle-wrapper.properties
- libs.versions.toml
- screenshots.png
- Config.xcconfig
- Contents.json
- app-icon-1024.png
- Contents.json
- Contents.json
- Contents.json
- ContentView.swift
- Info.plist
- iOSApp.swift
- NFCTagReader.entitlements
- IDEWorkspaceChecks.plist
- project.pbxproj
- .editorconfig
- .gitignore
- build.gradle.kts
- gradle.properties
- gradlew
- gradlew.bat
- LICENSE
- list.json
- README.md
- settings.gradle.kts
# Installation Guide
1. Get the code
git clone https://github.com/SEAbdulbasit/NFCReader-KMP
Downloads the entire project code from GitHub to your computer.
cd NFCReader-KMP
Moves into the project folder you just downloaded.
2. Gradle (Java/Kotlin)
Medium RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- JDK (Java) Required to build and run Java/Kotlin projects.
- Gradle If the repo includes gradlew (Gradle Wrapper), you don't need to install Gradle separately.
./gradlew build
Builds the project using Gradle.
A BUILD SUCCESSFUL message means it worked. The output is created under build/.
// repository documentation
Was this content helpful?
(0 ratings)
