I am facing a small issue, where executing kmongo code in a simple kt file with a main() function, it works fine, but when I try to implement it in my SDK project by installing it and adding "implementation 'org.litote.kmongo:kmongo:4.8.0'" to the build.gradle file, I consistently receive the following error during build: "Invalid build configuration. Attempt to create a global synthetic for 'Record desugaring' without a global-synthetics consumer." This error is definitely due to Kmongo, because if I remove the implementation, my application launches without error.
I hope you can help me with this., Thank you all.
I just installed kmongo:4.5.0 instead 4.8.0 and everything work fine