Implement plugin state (closes #603) (#622)

This commit is contained in:
Simon
2025-07-11 20:23:39 +02:00
committed by GitHub
parent a407471814
commit c4c39a8dd3
7 changed files with 92 additions and 28 deletions
+1
View File
@@ -21,6 +21,7 @@ subprojects {
apply(plugin = "org.jetbrains.kotlin.jvm")
dependencies {
compileOnly(kotlin("stdlib"))
compileOnly(project(":plugin-api"))
}