Migrate from Oracle Nashorn to Mozilla's Rhino

This commit is contained in:
Aria Moradi
2021-03-28 01:15:22 +04:30
parent d383939c9f
commit bb09cfddb3
6 changed files with 74 additions and 46 deletions

View File

@@ -57,7 +57,6 @@ dependencies {
implementation("org.jsoup:jsoup:1.13.1")
implementation("com.github.salomonbrys.kotson:kotson:2.5.0")
implementation("com.squareup.duktape:duktape-android:1.3.0")
val coroutinesVersion = "1.3.9"
@@ -86,9 +85,8 @@ dependencies {
implementation(project(":AndroidCompat"))
implementation(project(":AndroidCompat:Config"))
// testImplementation("org.jetbrains.kotlin:kotlin-test")
// testImplementation("org.jetbrains.kotlin:kotlin-test-junit")
// uncomment to test extensions directly
// implementation(fileTree("lib/"))
}
val name = "ir.armor.tachidesk.Main"