I am trying to use the kotlin/js generated files r...
# javascript
d
I am trying to use the kotlin/js generated files residing here: https://github.com/darran-kelinske-fivestars/cordova-alternative-pattern/tree/kotlin_multiplatform/js/src/main/kotlin inside the assets folder of an android app here: https://github.com/darran-kelinske-fivestars/cordova-alternative-pattern/tree/kotlin_multiplatform/app/src/main/assets - what is the best way to package up the generated js and plop it over into the assets folder so I can reference it and ship it out with the android app?
I think I can use something like this