Skip to content

Commit

Permalink
Fix themeadapter tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bentrengrove committed Aug 24, 2023
1 parent 5e73b95 commit 8357747
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
* limitations under the License.
*/

@file:Suppress("DEPRECATION")

package com.google.accompanist.themeadapter.appcompat

import android.view.ContextThemeWrapper
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
* limitations under the License.
*/

@file:Suppress("DEPRECATION")

package com.google.accompanist.themeadapter.appcompat

import androidx.compose.ui.test.junit4.createAndroidComposeRule
Expand Down

0 comments on commit 8357747

Please sign in to comment.