fix intellij plugin

This commit is contained in:
Alex Zenla 2025-03-18 18:55:07 -07:00
parent b1c6aac335
commit 10308eae5c
No known key found for this signature in database
GPG Key ID: 067B238899B51269

View File

@ -23,6 +23,14 @@ dependencies {
}
}
intellijPlatform {
pluginConfiguration {
ideaVersion {
sinceBuild = "243"
}
}
}
porkAst {
astCodegenType.set(AstCodegenType.PorkIdea)
}