We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10f953e commit 42c809fCopy full SHA for 42c809f
.gitignore
@@ -8,3 +8,4 @@ artifacts/
8
**/.ipynb*
9
**/build/
10
*.DS_Store
11
+/venv/
README.md
@@ -5,7 +5,7 @@
5
6
# Kotlin kernel for IPython/Jupyter
7
-[Kotlin](https://kotlinlang.org/) (1.3.70) kernel for [Jupyter](https://jupyter.org).
+[Kotlin](https://kotlinlang.org/) (1.4.0) kernel for [Jupyter](https://jupyter.org).
Alpha version. Tested with Jupyter 6.0.1 on OS X so far.
gradle.properties
@@ -1,3 +1,5 @@
1
-kotlinVersion=1.4.0-dev-7350
+kotlinVersion=1.4-SNAPSHOT
2
+# kotlinVersion=1.4.0-dev-7350
3
+
4
shadowJarVersion=5.2.0
baseVersion=0.7.41
0 commit comments