mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 10:37:05 +05:30
fix(database): remove unnecessary experimental annotation
This commit is contained in:
parent
8eee42ae0f
commit
7e7e00f06e
1 changed files with 0 additions and 1 deletions
|
@ -9,7 +9,6 @@ import kotlin.test.assertEquals
|
|||
import kotlinx.coroutines.runBlocking
|
||||
import org.junit.Before
|
||||
|
||||
@OptIn(ExperimentalStdlibApi::class)
|
||||
class SqlDelightQueriesTest {
|
||||
|
||||
private lateinit var postQueries: SavedPostQueries
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue