| Age | Commit message (Collapse) | Author |
|
Had to fixup the symlink code in Sftp, most importantly add a PathUtils
relativeTo to fixup relative links.
|
|
removeLast resolved to kotlin extension method on Android 34 and older.
On 35 it resolves to a new Java method, that is API 35 only.
|
|
Add tests for them, and add basename, currently unused, for completeness
|
|
Preparing for adding more io implementations.
Really tried writing the convention plugins in kotlin dsl but could
not find the exact right hacks to get it to work.
|