Hello, I just created a new KMP project from the n...
# multiplatform
d
Hello, I just created a new KMP project from the new project wizard, and it has an error on build:
Copy code
:server:test: Could not find io.ktor:ktor-server-tests-jvm:3.1.1.
Searched in the following locations:
  - <https://repo.maven.apache.org/maven2/io/ktor/ktor-server-tests-jvm/3.1.1/ktor-server-tests-jvm-3.1.1.pom>
Required by:
    project :server

Possible solution:
 - Declare repository providing the artifact, see the documentation at <https://docs.gradle.org/current/userguide/declaring_repositories.html>
Oh, just found there is a ticket for it already
r
maybe try 3.1.2?
d
I'm wondering if the dependency is right at all, ktor-server-tests-jvm doesn't have any stable build after 2.x. There is a difference dependency
io.ktor:ktor-server-test-host
which seems like its the one that should be used.