Cannot change resolution strategy of dependency configuration ':benchmark:_internal-unified-test-platform-android-device-provider-ddmlib' after task dependencies have been resolved
v
Vampire
08/02/2023, 12:20 PM
How is that question Kotlin-related?
a
anshulnigam111
08/02/2023, 12:25 PM
So i am using build.gradle.kts file so i thought if that can be addressed
This channel is about using Kotlin in the build scripts, or also about using the Kotlin Gradle Plugin I guess.
I'm not into Android development, but your question very much sounds more like neither of those topics.
The error means you or some plugin you use tries to modify a configuration that have already been resolved.
For any more help you would probably need to provide more information / an MCVE at a more appropriate place for the question. ;-)