AffectedModuleDetector icon indicating copy to clipboard operation
AffectedModuleDetector copied to clipboard

Is it possible to make compatible with Project Isolation?

Open tinder-johnbuhanan2 opened this issue 1 year ago • 0 comments

version: 0.5.0

Would be cool if this could work with PI. Can anyone tell me if this is even possible?

Stacktrace:

Exception at `com.dropbox.affectedmoduledetector.DependencyTracker.<init>(DependencyTracker.kt:38)`
org.gradle.api.InvalidUserCodeException: Project ':' cannot access 'Project.configurations' functionality on subprojects
	at org.gradle.api.internal.project.MutableStateAccessAwareProject.getConfigurations(MutableStateAccessAwareProject.java:111)
	at com.dropbox.affectedmoduledetector.DependencyTracker.<init>(DependencyTracker.kt:38)
	at com.dropbox.affectedmoduledetector.AffectedModuleDetectorPlugin.filterAndroidTests(AffectedModuleDetectorPlugin.kt:229)
	at com.dropbox.affectedmoduledetector.AffectedModuleDetectorPlugin.access$filterAndroidTests(AffectedModuleDetectorPlugin.kt:39)
	at com.dropbox.affectedmoduledetector.AffectedModuleDetectorPlugin$apply$2.invoke(AffectedModuleDetectorPlugin.kt:56)
	at com.dropbox.affectedmoduledetector.AffectedModuleDetectorPlugin$apply$2.invoke(AffectedModuleDetectorPlugin.kt:54)
	at com.dropbox.affectedmoduledetector.AffectedModuleDetectorPlugin.apply$lambda$1(AffectedModuleDetectorPlugin.kt:54)
	at java.base/java.lang.Thread.run(Thread.java:840)

tinder-johnbuhanan2 avatar Apr 25 '25 18:04 tinder-johnbuhanan2