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
Im trying to run the source code in android studio but it seems to have failed to download some of the dependencies?
This is the log from the build:
Caused by: org.gradle.internal.resolve.ModuleVersionNotFoundException: Could not find io.ktor:ktor-network:3.0.1-PYAMSOFT.
Searched in the following locations:
Avoid building ktor directly in Android Studio(unless you know how to correctly do it), the project targets multiple platforms(Android, iOS(tvos, watchos, etc...), Kotlin, Linux, Windows...) and is very large, and most of them aren't really used in TetherFi, dependency resolution for all the build targets takes forever(>2hr) at my end and should be avoided.
Im trying to run the source code in android studio but it seems to have failed to download some of the dependencies?
This is the log from the build:
Caused by: org.gradle.internal.resolve.ModuleVersionNotFoundException: Could not find io.ktor:ktor-network:3.0.1-PYAMSOFT.
Searched in the following locations:
The text was updated successfully, but these errors were encountered: