Actually, I can do the following in my case: ``` o...
# announcements
c
Actually, I can do the following in my case:
Copy code
open class ClojureCompiler @Inject constructor(val fileResolver: FileResolver) : AbstractCompile(), 
    JavaForkOptions by DefaultJavaForkOptions(fileResolver) {