Fix build

This commit is contained in:
Him188 2020-12-23 18:38:46 +08:00
parent f691a8f3e0
commit c0c7853ab7
2 changed files with 2 additions and 2 deletions

View File

@ -72,7 +72,7 @@ allprojects {
version = Versions.project
repositories {
mavenLocal()
// mavenLocal() // cheching issue cause compiler exception
// maven(url = "https://mirrors.huaweicloud.com/repository/maven")
jcenter()
maven(url = "https://dl.bintray.com/kotlin/kotlin-eap")

View File

@ -81,7 +81,7 @@ public interface Group : Contact, CoroutineScope {
/**
* 群头像下载链接.
*/
public val avatarUrl: String
public override val avatarUrl: String
get() = "https://p.qlogo.cn/gh/$id/${id}/640"
/**