Anyone updated kotlin/gradle/agp to version 8 and ...
# android
j
Anyone updated kotlin/gradle/agp to version 8 and started having AS complaining about internal classes/methods in the tests ? As you can see from the image, I am trying to access a concrete implementation from the test sourceset... the code compiles and runs, but AS is suggesting me to make them public, when I think they really don't need to be. Is this a behaviour change or a bug?