Initial: initial commit
This commit is contained in:
8
buildSrc/src/main/java/Files.kt
Normal file
8
buildSrc/src/main/java/Files.kt
Normal file
@@ -0,0 +1,8 @@
|
||||
import org.gradle.api.Project
|
||||
import java.io.File
|
||||
|
||||
val Project.golangSource: File
|
||||
get() = file("src/main/golang")
|
||||
|
||||
val Project.golangBuild: File
|
||||
get() = buildDir.resolve("intermediates/golang")
|
||||
Reference in New Issue
Block a user