kavaref migration

This commit is contained in:
particle-box
2026-03-03 21:23:26 +05:30
parent 956bdda6c0
commit 1ccdaee879
19 changed files with 316 additions and 129 deletions

View File

@@ -46,6 +46,8 @@ dependencies {
implementation(libs.okhttp)
implementation(libs.androidx.documentfile)
implementation(libs.rhino)
implementation(libs.kavaref.core)
implementation(libs.kavaref.extension)
implementation(libs.rhino.android) {
exclude(group = "org.mozilla", module = "rhino-runtime")
}