mirror of
https://github.com/chylex/IntelliJ-Keyboard-Master.git
synced 2026-07-20 06:39:31 +02:00
9 lines
161 B
Kotlin
9 lines
161 B
Kotlin
rootProject.name = "KeyboardMaster"
|
|
|
|
pluginManagement {
|
|
plugins {
|
|
kotlin("jvm") version "1.9.24"
|
|
id("org.jetbrains.intellij.platform") version "2.9.0"
|
|
}
|
|
}
|