Skip to content

Instantly share code, notes, and snippets.

@euri16
Created June 9, 2025 15:39
Show Gist options
  • Save euri16/45434c319f062e7e07bd3c0641dc0675 to your computer and use it in GitHub Desktop.
Save euri16/45434c319f062e7e07bd3c0641dc0675 to your computer and use it in GitHub Desktop.
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