art-collector icon indicating copy to clipboard operation
art-collector copied to clipboard

Fix compose compilation

Open hitherejoe opened this issue 4 years ago • 0 comments

I'm not sure if you were seeing the same issues as me from your side, but this wasn't building for me unless I added jcenter. Other than that:

  • Updated appcompat to a version that works with compose
  • Downgraded kotlin to work with Compose (I don't think compose has been built against 1.4.30 yet)
  • add a subprojects declaration for compose / kotlin properties (from the compose samples)

hitherejoe avatar Feb 07 '21 16:02 hitherejoe