Does anyone know if there any known issues in Inte...
# multiplatform
s
Does anyone know if there any known issues in IntelliJ with adding dependencies on more than one multiplatform module? I have two local modules and IntelliJ seems to be only autocompleting only for the first one (featureA):
Copy code
implementation project(':featureA')
implementation project(':featureB')
s
Are you targeting android?
Maybe this ticket may be relevant for you: https://youtrack.jetbrains.com/issue/KT-33566
s
Yes, they are both targeting Android
Looks like Android Studio 3.6 Canary 9 fixes this issue. I will download the upgrade, thank you!