Skip to content

Commit ccccdd7

Browse files
committed
kobweb-model is no longer a pluginModule
1 parent cd17ada commit ccccdd7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

plugin/build.gradle.kts

+3-1
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,12 @@ repositories {
2121
}
2222

2323
dependencies {
24+
// `kobweb-model` is bundled as an external jar (intentionally not an `intellijPlatform.pluginModule`, which would
25+
// get merged into the final jar instead). Its purpose is to get injected into a running Gradle process.
26+
implementation(project(":kobweb-model"))
2427
testImplementation(libs.truthish)
2528

2629
intellijPlatform {
27-
pluginModule(implementation(project(":kobweb-model")))
2830
// Interesting statistics: https://plugins.jetbrains.com/docs/marketplace/product-versions-in-use-statistics.html
2931
// We target 2024.2.1 as it is the earliest version supporting K2 mode / the Analysis API
3032
intellijIdeaCommunity("2024.2.1")

0 commit comments

Comments
 (0)