SourceVersion stub

This commit is contained in:
rhunk
2023-09-16 23:30:29 +02:00
parent 53359170f6
commit 08614ef454
5 changed files with 40 additions and 0 deletions

View File

@@ -41,6 +41,7 @@ dependencies {
implementation(libs.androidx.documentfile)
implementation(libs.rhino)
implementation(project(":stub"))
implementation(project(":mapper"))
implementation(project(":native"))
}