Coverage Summary for Class: ApplicationApiKt (com.stslex93.notes.core.core)
Class | Class, % | Method, % | Branch, % | Line, % | Instruction, % |
---|---|---|---|---|---|
ApplicationApiKt | 0% (0/1) | 0% (0/1) | 0% (0/1) | 0% (0/7) |
package com.stslex93.notes.core.core
import android.content.Context
interface ApplicationApi {
val appApi: AppApi
}
val Context.appApi: AppApi
get() = (this.applicationContext as ApplicationApi).appApi