Monday, 11 July 2022

Gradle plugin for Android that generates native library

I'm trying to create a gradle plugin for Android that generates code.

I want the gradle plugin to generate code that will be compiled to a native library at application build time.

Generating the code is easy but I'm not sure how I can compile it to a native library. I've tried using kotlin native. However, I can't seem to find a way for the gradle plugin to perform native compilation using kotlin native.



from Gradle plugin for Android that generates native library

No comments:

Post a Comment