Hello I am author of the Konsist (Kotlin code verification) library and I would like to get better picture on where KMP is right now. For the library I have created a few
starter multiplatform projects. These are fresh projects recently created in INTELLIJ IDEA with the Konsist dependency and a single Konsist test. These projects work fine, however I am experiencing issue with dependency updates. A few PRs are failing for me due to compilation issues, after dependencies being updated by
Renovate boot:
https://github.com/LemonAppDev/konsist/pulls?q=is%3Apr+is%3Aopen+sort%3Aupdated-desc+author%3Aapp%2Frenovate
This provides some maintenance overhead, so I wonder
• if INTELLIJ IDEA is the best way to create most up to date KMP (starter) projects?
• How often such breaking changes take place?