mirror of
https://github.com/chylex/IntelliJ-Inspection-Lens.git
synced 2025-01-18 04:46:03 +01:00
9 lines
161 B
Plaintext
9 lines
161 B
Plaintext
rootProject.name = "InspectionLens"
|
|
|
|
pluginManagement {
|
|
plugins {
|
|
kotlin("jvm") version "1.9.21"
|
|
id("org.jetbrains.intellij.platform") version "2.2.1"
|
|
}
|
|
}
|