Hello guys, is this happening to someone else? (im...
# android-studio
c
Hello guys, is this happening to someone else? (image attached) It seems like the IDE does not recognize the dependencies from the kts file but when I hit compile & run it works with no problem, it's just that is annoying that the IDE highlight the "Libs" import as error. Is this happening to you how too? if thats the case how do you fix it? The image above is from the Jetchat google compose samples and im using the latest stable version of AS Android Studio Arctic Fox | 2020.3.1 Build #AI-203.7717.56.2031.7583922, built on July 26, 2021
k
I am having the opposite problem. No highlighted errors but when I build, I get an error
😭 1
v
Maybe an example of implementing dependencies with a plugin will help you -> here
c
Hi @vizillion, interesting... why is it under plugins folder inside app and not in buildSrc as the docs says? 🤔