Closed chikoski closed 10 months ago
FYI: Even this PR was addressing a similar thing: https://github.com/android/tv-samples/pull/145/files
FYI: Even this PR was addressing a similar thing: https://github.com/android/tv-samples/pull/145/files
It was earlier :/
You're right that it was earlier. However, it did not solve the problem in the correct way, as it didn't add the dependency to the libs.versions.toml
file which is the best practice. As this PR includes the right fix and also includes some extra fixes, we'd prefer to directly merge this one.
This pull request mainly intended to fix the gradle sync failure due to missing androidx-compose-ui-tooling in libs.versions.toml.
In addition to that, the PR includes the following two things: