Join Slack
Powered by
Hey all. With Kotlin 2.0.0 test fixtures have impl...
# gradle
j
Justin Breitfeller
08/08/2024, 5:39 PM
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?
Justin Breitfeller
08/08/2024, 5:40 PM
I did just find this actually
https://youtrack.jetbrains.com/issue/KT-69973/Compose-Compiler-requires-the-Compose-Runt[…]th-but-none-could-be-found-with-java-test-fixtures-plugin
which implies that maybe this was intentional
t
tapchicoma
08/08/2024, 5:48 PM
yes, it is intentional
j
Justin Breitfeller
08/08/2024, 5:49 PM
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
Open in Slack
Previous
Next