<@UD99TSCD8> I was reading your response to the test fixtures issue on <https://youtrack.jetbrains.c...
c
@Andrey Uskov [JB] I was reading your response to the test fixtures issue on https://youtrack.jetbrains.com/issue/KT-50667/Support-compiling-android-testFixtures-sources-in-the-kotlin-android-gradle-plugin#focus=Co[…]8363.0-0 and I was wondering how long we'll have to kindly wait 😄
g
Isn't comment says that it will be done on the level of Android Gradle Plugin, so it's better to ask on Android issue tracker
☝️ 1
And concidering how big this change will be (bundle whole Kotlin compiling infrastructure for Android to AGP) I wouldn't expect it soon, also AGP releases new features only 2 times per year
c
It was really difficult to follow where the responsibility lay, thanks for clearing it up @gildor - I'm guessing the best workaround would be to simply create test fixture modules instead. Thanks again!
g
Yeah, or have it on main source set, annotated with @VisibleForTesting and expect that it will be removed by R8