Jesus Rodriguez
09/11/2021, 2:41 PMcompose_version = "1.0.1"
kotlin_version = '1.5.21'
This would then throw a duplicate classes error for some anonymous classes that were already preexisting before compose was added. Removing the gradle changes needed to use compose fixed the issue.
This is the closest stack overflow thread I've seen mentioning something similar.