Hey everyone, I have a KMP Gradle project that is ...
# gradle
l
Hey everyone, I have a KMP Gradle project that is taking a long time (1m 30s) to even configure. I'm trying to find out what is causing this. I have run a build using Gradle Scan, which says that it is the
com.android.internal.application
plugin causing this, in an afterEvaluate task.. But the clue ends there, could anyone point me on how to go further and how to investigate which afterEvaluate it is? Thanks!