DEV Community

qiudaozhang
qiudaozhang

Posted on

kotlin grade配置阿里云镜像

repositories里面添加

 maven { url = uri("http://maven.aliyun.com/nexus/content/groups/public/") isAllowInsecureProtocol = true } 
Enter fullscreen mode Exit fullscreen mode

Top comments (0)