79570273

Date: 2025-04-12 09:45:16
Score: 1
Natty:
Report link

just add folder libs to your project, then put this code to your gradle.kts (Module)

...

sourceSets {
    getByName("main") {
        jniLibs.srcDirs("libs")
    }
}

dependencies {
...
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: viroff