You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am getting this issue when trying to publish core_ds_component module in my Android project to artifactory:
* What went wrong:
Could not determine the dependencies of task ':core_ds_component:dokka'.
> class org.gradle.api.internal.file.CompositeFileCollection$1 cannot be cast to class java.util.List (org.gradle.api.internal.file.CompositeFileCollection$1 is in unnamed module of loader org.gradle.internal.classloader.VisitableURLClassLoader @26653222; java.util.List is in module java.base of loader 'bootstrap')
I am getting this issue when trying to publish
core_ds_component
module in my Android project to artifactory:my gradle setup for that module:
Here is the complete error log: https://gist.github.com/iamutkarshtiwari/591da68c4a9b16e0324f25e25bc2a214
Any idea what could be wrong?
The text was updated successfully, but these errors were encountered: