Created
June 9, 2025 15:39
-
-
Save euri16/45434c319f062e7e07bd3c0641dc0675 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
plugins { | |
kotlin("jvm") version "2.1.0" // Use version catalog | |
} | |
dependencies { | |
// Use version catalog instead | |
compileOnly("io.gitlab.arturbosch.detekt:detekt-api:1.23.8") | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment