YunLai Cui
Results
2
comments of
YunLai Cui
ext.kotlin_version = '1.6.21' ext.compose_version = '1.2.0-beta03' gradle:7.2.1
Add jcenter() to repositories if you don't have it already. It started working after a clean/rebuild repositories { jcenter() } dependencies { compile 'com.github.navasmdc:MaterialDesign:1.5@aar' }