Hi, I had a problem with atrium on gradle 5.0 it i...
# atrium
h
Hi, I had a problem with atrium on gradle 5.0 it is related with dependency scopes probably because I had a similar problem with mockk also. Is it a known problem?
r
what kind of problem do you encounter? there are a number of problems concerning runtimeOnly dependencies in gradle and in the kotlin plugin. For instance, https://guides.gradle.org/migrating-from-maven/#bills_of_materials_boms where the behaviour was changed with gradle 5.0
h
yeah that should be it.
r
was the problem in atrium itself? Or in other words, did you find a bug?
h
I didn’t really looked it in detail. I was checking if everything would work with gradle 5. so I am not sure where the problem is.
r
OK, please open an issue on github if atrium needs a fix
h
yeah sure.
👍 1