Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Compose and Kotlin-related dependencies #445

Merged
merged 4 commits into from Mar 30, 2023

Conversation

igorescodro
Copy link
Owner

@igorescodro igorescodro commented Mar 30, 2023

Compose, Compose Compiler, Kotlin, KSP and Material Icons versions upgraded.

When updating the Compiler and Kotlin versions, a new error appeared about Java versions not matching. The issue stated that Java 1.8 and 11 were conflicting, even though the project had no Java 1.8 direct reference. The solution is to add a new parameter in the gradle.properties file.

renovate bot and others added 4 commits March 30, 2023 14:07
Compose 1.4.0 introduced new functions that were manually added in the
code. The new functions are now used and the required opt-in added.
Compose Compiler, Kotlin, KSP and Material Icons versions upgraded
When updating the Compiler and Kotlin version, a new error appeared
about Java versions not matching. The issue stated that Java 1.8 and 11
were conflicting, even though there is no Java 1.8 direct reference in
the project. The solution is to add a new parameter in the
`gradle.properties` file.
@igorescodro igorescodro changed the title Update Compose Compiler and Kotlin-related dependencies Update Compose and Kotlin-related dependencies Mar 30, 2023
@igorescodro igorescodro merged commit 4b3f666 into main Mar 30, 2023
3 of 4 checks passed
@igorescodro igorescodro deleted the update/compose-stuff branch March 30, 2023 15:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant