@jim as I am now developing the desktop application with JVM target , I am using a java wrapper for FFmpeg for these platforms where I do need to provide A Path to FFmpeg libs
So, Things I want to do , get ffmpeg binaries for all three and have them in my project .
declare expect Path fun , which will return string for Mac/Win/Linux FFmpeg binary.(How do Declare expect /actual for mac/win/linux etc as I am compiling for jvm in desk-compose gradle(only jvmMain and jvmTest source sets present).(sample plz).
when building distributable packages , I want only platform specific Binaries to package along them(like windows only ffmpeg in .msi , and so on)