Getting some warnings when do apply 'koin'.
Koin version is 2.1.0
Android Studio 3.5.3
Steps to reproduce the behavior:
classpath "org.koin:koin-gradle-plugin:$koin_version"apply 'koin'
Same thing is happening here.
I'm using koin 2.1.6 with gradle 6.1.1 and android gradle plugin 4.0.0. When I sync the project on Android Studio i have this warning:
When I remove the koin plugin the warning desappears.
Same here. Its been outstanding for a while.
Most helpful comment
I'm using koin 2.1.6 with gradle 6.1.1 and android gradle plugin 4.0.0. When I sync the project on Android Studio i have this warning:
Tests model errors/run/media/gabriel/arquivos/MEGA/Documentos/arpia/Workspaces/tricard/2/lojista-business-android/app/build.gradleproject ':app'Details: java.lang.NullPointerException: null
When I remove the koin plugin the warning desappears.