We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9438460 commit bc37ddbCopy full SHA for bc37ddb
intellij-sdk.json
@@ -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