Hey Spring devs - I need your help with fixing a bug in the open-source lib of mine - Konsist.
The issue is this after adding a dependency (and not even using it) the
mvn clean package
command fails with error. Coming from Android I have never seen such behaviour (at least when dependency is not used) 🤔. Any Spring Ninja 🥷 could take a look and help me with fixing this or at least share more light to help understand why this happens?
https://github.com/LemonAppDev/konsist/discussions/555
r
Riccardo Lippolis
09/18/2023, 9:14 AM
left a comment at least explaining why it fails, don't have a working solution yet though 😅
EDIT: this is fixed by upgrading to Kotlin 1.9.10, see above GitHub issue for details!