diff options
| author | Joel Klinghed <the_jk@spawned.biz> | 2024-09-25 22:16:26 +0200 |
|---|---|---|
| committer | Joel Klinghed <the_jk@spawned.biz> | 2024-09-25 22:16:26 +0200 |
| commit | f03c738a9e39053ad185084bf83bf6e526011b71 (patch) | |
| tree | 86baa67bb76e7e7f2f12a41afd8ddc8ea3506164 /libs/sftp/build.gradle.kts | |
| parent | 2d8949a0d9333bfda2385e3eab124581704286bf (diff) | |
samba & sftp: Share path utils methods
Add tests for them, and add basename, currently unused, for completeness
Diffstat (limited to 'libs/sftp/build.gradle.kts')
| -rw-r--r-- | libs/sftp/build.gradle.kts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/sftp/build.gradle.kts b/libs/sftp/build.gradle.kts index 4ccac9c..8fd26c2 100644 --- a/libs/sftp/build.gradle.kts +++ b/libs/sftp/build.gradle.kts @@ -62,7 +62,7 @@ android { dependencies { implementation(project(":libs:io")) - testImplementation(project(":libs:utils")) + implementation(project(":libs:utils")) testImplementation(project(":libs:test-utils")) } |
