I have a noob contributor question. Trying to play...
# compose
g
I have a noob contributor question. Trying to play with the compose codebase to debug an issue I’ve found. In order to reproduce it, I’m trying to add
dev.chrisbanes.accompanist:accompanist-insets:0.6.2
to
:compose:foundation:foundation-layout:build.gradle
. I’ve added it to both
androidTestImplementation
for non-MPP builds, and to
androidAndroidTest.dependencies
for MPP builds. After a Gradle sync, I still can’t reference accompanist insets in
BoxTest.kt
. What am I missing?
ah i got it, you have a prebuilts folder for external libs 👍
i
g
Ran the script successfully and I can use some of the APIs now, but some are broken with the following error:
Not sure what this means 🤔