[coverage] Initial infrastructure for testing -Xcoverage flag (#3429)

This commit is contained in:
Sergey Bogolepov
2019-10-08 23:03:35 +03:00
committed by GitHub
parent 2ab841afd3
commit 912a889b68
8 changed files with 256 additions and 80 deletions
-1
View File
@@ -104,7 +104,6 @@ void setupClang(Project project) {
project.convention.plugins.platformManager = project.rootProject.ext.platformManager
project.convention.plugins.execClang = new org.jetbrains.kotlin.ExecClang(project)
project.convention.plugins.execLlvm = new org.jetbrains.kotlin.ExecLlvm(project)
project.plugins.withType(NativeComponentPlugin) {
project.model {