skip to Main Content

Android Studio – Why the lines are crossed out and the error

Why the lines are crossed out and the error where the dot is I don't understand package com.ggenius.whattowearkotlin.data.network import android.content.Context import android.net.ConnectivityManager import com.ggenius.whattowearkotlin.internal.NoConnectivityException import okhttp3.Interceptor import okhttp3.Response class ConnectivityInterceptorImpl( context: Context? ) : ConnectivityInterceptor { private val appContext =…

VIEW QUESTION
Back To Top
Search