Open andyromerodev opened 1 year ago
@andyromerodev Hey Andy, thanks for pointing out this. could you create a pull request for it? so I could test and merge it? would be super helpful! Thanks!
I have already made the pull request
Set specific Kotlin standard library version (1.8.21) in Gradle
@andyromerodev Hey Andy, thanks for pointing out this. could you create a pull request for it? so I could test and merge it? would be super helpful! Thanks!
Hello, have you been able to review my proposal to the code? Thanks
Problem Description: While working on the project, I encountered version conflicts in the Kotlin Standard Library. Different parts of the project were referencing different versions of the Kotlin Standard Library, which was causing inconsistencies and potential runtime errors.
Steps to Reproduce:
./gradlew build
or build the project through the IDE.Proposed Solution: I have introduced a resolution strategy in the Gradle configuration to force the use of a specific version (1.8.21) of the Kotlin Standard Library across all project configurations. This ensures that only this specific version is used, thereby resolving the version conflicts.
Result: The project now builds successfully without version conflicts, and all modules are using the same version of the Kotlin Standard Library.