https://github.com/dreaming-codes/tauri-plugin-mobile-payments
https://github.com/dreaming-codes/tauri-plugin-mobile-payments
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dreaming-codes/tauri-plugin-mobile-payments
- Owner: Dreaming-Codes
- Created: 2023-11-28T19:15:48.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-08-31T15:07:37.000Z (10 months ago)
- Last Synced: 2025-03-20T15:41:18.617Z (3 months ago)
- Language: Kotlin
- Size: 786 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tauri Plugin mobile-payments
Init this like any other tauri plugin
and this to your kotlin compiler args "-Xskip-metadata-version-check"
```kotlin
// src-tauri/gen/android/app/build.gradle.kts
kotlinOptions {
jvmTarget = "1.8"
freeCompilerArgs += "-Xskip-metadata-version-check"
}
```