You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
本地发布的报错:
./gradlew --stop
./gradlew -PpublishLocal=true publish -x test
Stopping Daemon(s)
1 Daemon stopped
Starting a Gradle Daemon, 7 stopped Daemons could not be reused, use --status for details
Configure project :
The build version is 3.0.3-KBA-001
Using Kotlin compiler version: 2.0.21-KBA-005
Configure project :ktor-http
w: Please choose a JavaScript environment to build distributions and run tests.
Not choosing any of them will be an error in the future releases.
kotlin {
js {
// To build distributions for and run tests use one or several of:
browser()
nodejs()
}
}
FAILURE: Build failed with an exception.
What went wrong:
Could not determine the dependencies of task ':ktor-client:transformJvmMainAtomicfu'.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
https://github.com/blackbbc/ktor/tree/3.0.3-ohos
本地下载编译不起来,尝试本地发布又缺少 kotlinx-serialization-core:1.7.3-KBA-001 和 kotlinx-io-core:0.5.4-KBA-001。为何核心的网络请求库都没有人指引
All reactions