ktor org.jetbrains:kotlin-css-jvm Dependency Failure [Solved]

1, upgrade the version number of css-jvm
//    implementation "org.jetbrains:kotlin-css-jvm:1.0.0-pre.31-kotlin-1.2.41"
    implementation "org.jetbrains:kotlin-css-jvm:1.0.0-pre.122-kotlin-1.4.10"

2. Gradle uses a higher version. When I started to compile it, I used 5.6.4-all. There were many problems that I couldn’t download it. Later, I changed it to 6.7.1-all

3. You can also start without relying on this library

Read More: