https://kotlinlang.org logo
a

André Thiele

04/12/2021, 8:13 AM
I have currently problems using the Kotlin Stdlib in my Android Projects. Autocomplete is not showing results from the stdlib. I tried everything from Invalidate Caches Restart, Re-installing Android Studio, downgrading to Canary 13. Opening the very same project in IntelliJ IDEA it works correctly but since this is a compose project its not an option. Any other ideas why this could be happening?
👀 1
v

Vampire

04/12/2021, 12:38 PM
Why is IJ not an option? AS is just a customized IJ, so it should work fine, shouldn't it?
a

André Thiele

04/12/2021, 12:40 PM
I'm using Compose so I'm not sure
Everybody says use canary
v

Vampire

04/12/2021, 2:16 PM
I see, you probably need Android Tools 4.2 which are part of Android Studio 4.2 which currently is only in beta (canary) and thus also no sources published yet, that could be incorporated into IntelliJ.