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

@@ -223,9 +223,6 @@ dependencies {
// Data serialization (JSON, protobuf)
implementation(kotlinx.bundles.serialization)
// JavaScript engine
implementation(libs.bundles.js.engine)
// HTML parser
implementation(libs.jsoup)