File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
extension/android/executorch_android Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 88
99plugins {
1010 id " com.android.library" version " 8.9.0"
11- id " com.vanniktech.maven.publish" version " 0.34 .0"
11+ id " com.vanniktech.maven.publish" version " 0.31 .0"
1212 alias(libs. plugins. jetbrains. kotlin. android)
1313}
1414
@@ -50,10 +50,12 @@ dependencies {
5050 implementation libs. core. ktx
5151 testImplementation ' junit:junit:4.12'
5252 testImplementation ' org.assertj:assertj-core:3.27.2'
53+ testImplementation ' org.jetbrains.kotlin:kotlin-test:1.9.23'
5354 androidTestImplementation ' androidx.test.ext:junit:1.1.5'
5455 androidTestImplementation ' androidx.test:rules:1.2.0'
5556 androidTestImplementation ' commons-io:commons-io:2.4'
5657 androidTestImplementation ' org.json:json:20250107'
58+ androidTestImplementation ' org.jetbrains.kotlin:kotlin-test:1.9.23'
5759}
5860
5961mavenPublishing {
You can’t perform that action at this time.
0 commit comments