I'm new to Gradle (5.5.1) and Kotlin (1.3.41), usi...
# announcements
j
I'm new to Gradle (5.5.1) and Kotlin (1.3.41), using the kotlin-gradle-dsl plugin. Following the documentation at https://docs.gradle.org/current/userguide/java_testing.html#test_reporting, I set up
build.gradle.kts
to aggregate the test reports. The issue is that one of my modules, an API module, doesn't contain tests, and I'm getting this error when I attempt to build: `Task with name 'test' not found in project ':api'. I'm assuming I need to somehow skip that subproject, but I don't exactly know how.