mirror of
https://github.com/chylex/IntelliJ-Inspection-Lens.git
synced 2025-05-17 20:34:09 +02:00
9 lines
160 B
Plaintext
9 lines
160 B
Plaintext
rootProject.name = "InspectionLens"
|
|
|
|
pluginManagement {
|
|
plugins {
|
|
kotlin("jvm") version "2.1.0"
|
|
id("org.jetbrains.intellij.platform") version "2.2.1"
|
|
}
|
|
}
|