Add JavaScriptEngine abstraction to extensions-lib (#8155)

This allows us to swap out the implementation in the future and on different platforms
without major changes to the extensions themselves.
This commit is contained in:
arkon
2022-10-08 09:45:06 -04:00
committed by GitHub
parent caf9219d99
commit 7be6863910
4 changed files with 32 additions and 10 deletions

View File

@@ -43,4 +43,7 @@ dependencies {
api(libs.preferencektx)
implementation(androidx.corektx)
// JavaScript engine
implementation(libs.bundles.js.engine)
}