Skip to content

Instantly share code, notes, and snippets.

@AliAzaz
Created July 7, 2021 11:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AliAzaz/a5b037bbf690888b8fb8985c72beb41b to your computer and use it in GitHub Desktop.
Save AliAzaz/a5b037bbf690888b8fb8985c72beb41b to your computer and use it in GitHub Desktop.
Use this file to load cpp library file in NDK api_key process
package edu.practice.utils.shared
object Keys {
init {
System.loadLibrary("native-lib")
}
external fun apiKey(): String
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment