Add jni to FFI plugin list for Linux and Windows

This commit is contained in:
Zach
2026-06-15 13:12:08 -07:00
parent e38d03a32e
commit 43f3d439ba
3 changed files with 12 additions and 7 deletions
+1
View File
@@ -8,6 +8,7 @@ list(APPEND FLUTTER_PLUGIN_LIST
list(APPEND FLUTTER_FFI_PLUGIN_LIST
flserial
jni
)
set(PLUGIN_BUNDLED_LIBRARIES)