This repo is created from kiss-fft repo, because I need to import the library using GitHub.
To use it library in your android application or in your flutter plugin add this repository
maven { url "https://jitpack.io" }
And then you can add library to your dependencies. Replace TAG
with tag of latest release
implementation 'com.github.mishkov:kiss-fft-jni:TAG'