tauri-plugin-serialplugin 2.22.0

Access the current process of your Tauri application.
1
2
3
4
5
# Gradle 8.9 may fail with "Unsupported class file major version 69" when the default JDK is 25.
# Use JDK 17 or 21 for the build, e.g.:
#   export JAVA_HOME=$(/usr/libexec/java_home -v 17)
org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
android.useAndroidX=true