summaryrefslogtreecommitdiff
path: root/app/build.gradle.kts
AgeCommit message (Collapse)Author
2024-07-16Break out io code in libsJoel Klinghed
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.
2024-07-15Jump to Java 11 as base languageJoel Klinghed
1.8 is deprecated with Java 22
2024-07-14Add and configure detekt gradle pluginJoel Klinghed
Useful when you want to check without AS.
2024-07-11Initial commitJoel Klinghed
Local (Path based) implementation of Tree, Directory, File and Link.