Commit ccccdd7 1 parent cd17ada commit ccccdd7 Copy full SHA for ccccdd7
File tree 1 file changed +3
-1
lines changed
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -21,10 +21,12 @@ repositories {
21
21
}
22
22
23
23
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" ))
24
27
testImplementation(libs.truthish)
25
28
26
29
intellijPlatform {
27
- pluginModule(implementation(project(" :kobweb-model" )))
28
30
// Interesting statistics: https://plugins.jetbrains.com/docs/marketplace/product-versions-in-use-statistics.html
29
31
// We target 2024.2.1 as it is the earliest version supporting K2 mode / the Analysis API
30
32
intellijIdeaCommunity(" 2024.2.1" )
You can’t perform that action at this time.
0 commit comments