Closed shoheikawano closed 5 months ago
hopefully it closes this issue: https://github.com/mirzemehdi/KMPAuth/issues/24
Thank you very much for this implementation @shoheikawano. Overall, it looks good to me. But what is the reason to add
alias(libs.plugins.composeCompiler)
in gradle files? Is this required thing now?
Hi @mirzemehdi thanks for checking.
what is the reason to add alias(libs.plugins.composeCompiler) in gradle files? Is this required thing now?
Yes it is now required otherwise compilations fail
Thanks for the review :)
What's changed?
I have updated Kotlin version from 1.9.23 to 2.0.0 and some other libraries to the latest version so that it works with the project with Kotlin 2.0 dependency.
Why is this change necessary?
I faced the issue where my app crashes after I started using the library with Kotlin 2.0.0 in my project.
What has been checked?