Hi, anyone else have the problem with kotlin multi...
# multiplatform
r
Hi, anyone else have the problem with kotlin multi platform project that intellij asks for the android SDK on gradle refresh even though you don't have any android targets defined?
s
Yes, this is a known issue afaik. Should be fixed soon. Do you have a local.properties file in your repo?
r
Thx, removing local.properties file makes the problem go away.