I am just configuring the initial project of KMP in VS code, but the current Kotlin extension keeps complaining the expect/actual function in commonMain and iosMain has
Overload resolution ambiguity:
public actual fun getPlatform(): Platform defined in...
public actual fun getPlatform(): Platform defined in...
public expect fun getPlatform(): Platform defined in...
While the project has no bug in Android Studio and Gradle build. Is there any way for VS code to not debug this?