Skip to content

Instantly share code, notes, and snippets.

View KentVu's full-sized avatar

Kiên T Vu KentVu

View GitHub Profile
package com.github.kentvu.test
import android.util.Log
import androidx.datastore.preferences.core.edit
import androidx.datastore.preferences.core.stringPreferencesKey
import androidx.test.ext.junit.runners.AndroidJUnit4
import kotlinx.coroutines.launch
import kotlinx.coroutines.runBlocking
import kotlinx.coroutines.withTimeout
import org.junit.Test