File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -105,12 +105,12 @@ tasks.register("runLceUnitTests") {
105105}
106106
107107tasks.register(" runWelcomeUnitTests" ) {
108- dependsOn(" :examples::welcome:testDebugUnitTest" ) // Note: double colon might be a typo, usually ':examples:welcome:testDebugUnitTest'
108+ dependsOn(" :examples:welcome :welcome:testDebugUnitTest" ) // Note: double colon might be a typo, usually ':examples:welcome:testDebugUnitTest'
109109 description = " Run unit tests for welcome app."
110110}
111111
112112tasks.register(" runTimerUnitTests" ) {
113- dependsOn(" :examples:timer:allTests " )
113+ dependsOn(" :examples:timer:testDebugUnitTest " )
114114 description = " Run unit tests for welcome app." // Description seems to be a copy-paste from runWelcomeUnitTests
115115}
116116
Original file line number Diff line number Diff line change 1111 * limitations under the License.
1212 */
1313
14- @file:Suppress(" DSL_SCOPE_VIOLATION" , " unused" )
15-
1614plugins {
1715 id(" org.jetbrains.kotlin.multiplatform" )
1816 id(" com.android.library" )
You can’t perform that action at this time.
0 commit comments