Hi there, following the buildSrc paradigm in an An...
# announcements
x
Hi there, following the buildSrc paradigm in an Android project, what would be the best way to work with project related paths? In my case I want the rootDir project within the Kotlin class in the BuildSrc folder. Executing this I get the root folder path, but I’m not sure in what context it’d work this.
println(Paths.get("").toAbsolutePath().toString())