Skip to content

Commit 55edefd

Browse files
committed
Changed Kotlin unit test compilation hook-in
1 parent 9297186 commit 55edefd

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.idea/runConfigurations/Sample__Run_Unit_Tests.xml

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sample/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,6 @@ afterEvaluate {
6060
into "build/intermediates/classes/test/$name"
6161
}
6262

63-
project.tasks.getByName("assemble${name.capitalize()}UnitTest").dependsOn copyTask
63+
project.tasks.getByName("compile${name.capitalize()}UnitTestSources").finalizedBy copyTask
6464
}
6565
}

0 commit comments

Comments
 (0)