ethankhall
04/10/2017, 2:03 AMcompileKotlin.getInputs().files(project.files('.').filter { it.name.endsWith('.kt') })
to get the compileKotlin task to recompile when the files have been updatedsuresh
04/10/2017, 6:08 AMethankhall
04/10/2017, 3:48 PM