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
Sebastian Sellmair [JB]
04/04/2021, 5:34 PM
Yes, this is a known issue afaik. Should be fixed soon. Do you have a local.properties file in your repo?
r
rnentjes
04/07/2021, 2:08 PM
Thx, removing local.properties file makes the problem go away.