the following methods are deprecated:
androidx.compose.ui.test.junit4.createComposeRule
androidx.compose.ui.test.junit4.createAndroidComposeRule
Instead these should be used:
androidx.compose.ui.test.junit4.createComposeRule
androidx.compose.ui.test.junit4.v2.createAndroidComposeRule
This needs to be replaced in all tests that use these rules.
https://developer.android.com/develop/ui/compose/testing/migrate-v2
the following methods are deprecated:
androidx.compose.ui.test.junit4.createComposeRuleandroidx.compose.ui.test.junit4.createAndroidComposeRuleInstead these should be used:
androidx.compose.ui.test.junit4.createComposeRuleandroidx.compose.ui.test.junit4.v2.createAndroidComposeRuleThis needs to be replaced in all tests that use these rules.
https://developer.android.com/develop/ui/compose/testing/migrate-v2