aboutsummaryrefslogtreecommitdiff
path: root/core/src/androidTest/kotlin/ca/allanwang/kau/Utils.kt
blob: 33252d6944460536ccf7c686c8b9a7833e0a2e67 (plain)
1
2
3
4
5
6
7
package ca.allanwang.kau

import android.content.Context
import androidx.test.platform.app.InstrumentationRegistry

val context: Context
    get() = InstrumentationRegistry.getInstrumentation().context