Mark val Http @PublishedApi

This commit is contained in:
Him188 2019-11-16 00:48:04 +08:00
parent bf511b0322
commit 6576b1c217

View File

@ -43,6 +43,7 @@ expect fun localIpAddress(): String
/**
* Ktor HttpClient. 不同平台使用不同引擎.
*/
@PublishedApi
internal expect val Http: HttpClient