Hey all. With Kotlin 2.0.0 test fixtures have impl...
# gradle
j
Hey all. With Kotlin 2.0.0 test fixtures have implicit access to any dependencies added via
implementation
. In 2.0.10 that seems to have changed. Is that a bug or intentional?
t
yes, it is intentional
j
Okay thanks. I did find this android issue that I tried to link together. Not sure if AGP will try to tackle this differently but that can certainly lead to confusion. Especially since I think this is diverging from the java plugin's behavior
164 Views