google-developer-training / basic-android-kotlin-compose-training-tip-calculator

Apache License 2.0
61 stars 93 forks source link

Write automated tests: Android Basics with Compose #178

Open muhammeddincmdx opened 7 months ago

muhammeddincmdx commented 7 months ago

i had a problem about writing instrumentation test

import com.example.tiptime.ui.theme.TipTimeTheme

in this part i taken an error about ui

unresolved reference :ui is there any alternative way or solution