Why do I get all these warnings even though my pro...
# fleet
r
Why do I get all these warnings even though my project opens and compiles properly
m
Hey @Rafs! When it comes to two last diagnostics, they're a no longer to be a problem for you after Fleet 1.41. It was solved as a part of FL-29895 Also, what version of Kotlin do you have configured for your project, in context of first three warnings? Is it possible to share your project/provide a reproduction sample maybe?
r
I'm using kotlin 2.0. Here's a link to the project. https://github.com/rafsanjani/superdiary
m
So, when it comes to first three diagnoses, they're side effect of small mistake in your project configuration imo. You should add in top level
build.gradle.kts
also line like
Copy code
alias(libs.plugins.kotlin.multiplatform).apply(false)
r
Thanks @Maciej Procyk, some of the errors have gone, i'm now left only with the one about macos 15+
your welcome 1