Skip to content

Commit bc37ddb

Browse files
committed
Add IntelliJ SDK support
1 parent 9438460 commit bc37ddb

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

intellij-sdk.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"description": "IntelliJ SDK that could be used in embedded mode of Kotlin Notebook",
3+
"properties": [
4+
{ "name": "v", "value": "0.0.1-3" },
5+
{ "name": "v-renovate-hint", "value": "update: package=org.jetbrains.kotlinx:kotlin-jupyter-intellij" }
6+
],
7+
"link": "https://plugins.jetbrains.com/docs/intellij/welcome.html",
8+
"repositories": [
9+
"https://packages.jetbrains.team/maven/p/kds/kotlin-ds-maven"
10+
],
11+
"dependencies": [
12+
"org.jetbrains.kotlinx:kotlin-jupyter-intellij:$v"
13+
]
14+
}

0 commit comments

Comments
 (0)