Open HannahMcKeeInstil opened 1 year ago
Instruction: Add dependencies
androidTestImplementation(platform("androidx.compose:compose-bom:2023.06.01")) androidTestImplementation("androidx.compose.ui:ui-test-junit4")
This gives a pile of unresolved reference errors.
unresolved reference
I think this should be:
testImplementation(platform("androidx.compose:compose-bom:2023.06.01")) testImplementation("androidx.compose.ui:ui-test-junit4")
Instruction: Add dependencies
This gives a pile of
unresolved reference
errors.I think this should be: