Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在 Android Studio 中构建一个 Kotlin Multiplatform 项目,并且我正在使用的公共库的自动完成功能不起作用,但它在 Gradle 中构建得很好。
我试过了:
都没有成功。
目前这似乎是 Android Studio 中的一个错误。您可以通过以下方式强制 IDE 重建相关信息:
settings.gradle
我不知道为什么会这样,但它对我有用。