kotlin { sourceSets { androidUnitTest { dependencies { implementation compose.uiTest } } } }