Skip to content

Commit 002b706

Browse files
committed
Add missing OptIn annotation
1 parent 2cd7d4e commit 002b706

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

paging/paging-compose/src/androidTest/java/androidx/paging/compose/LazyPagingItemsTest.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,15 @@ import androidx.test.filters.LargeTest
4747
import com.google.common.truth.Truth.assertThat
4848
import kotlinx.coroutines.isActive
4949
import kotlinx.coroutines.runBlocking
50+
import kotlinx.coroutines.ExperimentalCoroutinesApi
5051
import kotlinx.coroutines.test.StandardTestDispatcher
5152
import org.junit.Assert.assertFalse
5253
import org.junit.Ignore
5354
import org.junit.Rule
5455
import org.junit.Test
5556
import org.junit.runner.RunWith
5657

58+
@OptIn(ExperimentalCoroutinesApi::class)
5759
@LargeTest
5860
@RunWith(AndroidJUnit4::class)
5961
class LazyPagingItemsTest {

0 commit comments

Comments
 (0)