1.圆角图片显示 添加依赖
dependencies 中添加implementation 'com.makeramen:roundedimageview:2.3.0' repositories 中添加mavenCentral() github地址
implementation 'com.makeramen:roundedimageview:2.3.0'
mavenCentral()
2.okhttp 添加依赖
implementation("com.squareup.okhttp3:okhttp:4.9.0") okhttp官方地址
implementation("com.squareup.okhttp3:okhttp:4.9.0")