Nico Arianto
Nico Arianto
The solution in https://detekt.dev/docs/gettingstarted/gradle#dependencies, it will cause the dependencies version that we declared in ``` plugins { val kotlinVersion = "1.8.22" kotlin("jvm") version kotlinVersion ... } ``` to be override...
here is the build scan: https://gradle.com/s/sgxok4toctxju
@alwyn Yes, it's working as I wanted it to. Thanks I hope this version overridden can be done automatically within this piece of code shortly in the next release ```...
@3flex 🗒️, yeah, we can modify the documentation first and revisit it for improvement. want me to close this issue or leave it open?
@credmond-git I think you're referring to #6428
@3flex ~~it's not related to spring-boot for my case, it's because of `kotlin("jvm") version "1.9.0"` in my case and~~ [Corrected] it's verified because of `spring-boot`) I'm using this workaround for...
@3flex ~~I will still get the same issue when I create a new Kotlin JVM Gradle project without Spring Boot~~ [Corrected] Kotlin project without `spring-boot` is working as expected)
@e-wag thanks, but it's not working for me.
Here is my DNS trace ```shell ❯ dig +trace production.cloudflare.docker.com ; DiG 9.10.6 +trace production.cloudflare.docker.com ;; global options: +cmd . 0 IN NS h.root-servers.net. . 0 IN NS l.root-servers.net. ....