One difference I see between <https://github.com/I...
# koin
s
One difference I see between https://github.com/InsertKoinIO/koin/blob/c3f6d906f0b373434e81e2c90ac0847eacd6cd35/koin-projects/examples/android-samples/src/main/java/org/koin/sample/android/components/sdk/SDKActivity.kt and my code is that I’m not doing
import android.support.v7.app.AppCompatActivity
but instead
import androidx.appcompat.app.AppCompatActivity