Searched defs:compileTasks (Results 1 – 1 of 1) sorted by relevance
43 val compileTasks = project.tasks.withType(ClangCompileTask::class.java).toList() in <lambda>() constant115 project.tasks.withType(ClangCompileTask::class.java).let { compileTasks -> in <lambda>() method