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 2b4f28d commit 8493486Copy full SHA for 8493486
2 files changed
build.gradle
@@ -29,7 +29,7 @@ dependencies {
29
ext {
30
tmpMarkdownInputDir = "${buildDir}/tmp/markdown-inputs".toString()
31
htmlOutputDir = "${buildDir}/gen-html".toString()
32
- pluginVersion = '1.6.5'
+ pluginVersion = '1.6.6'
33
34
// Make sure |ext.pluginSinceBuild| is consistent with |intellij.version|.
35
pluginSinceBuild = '203'
releasenotes.md
@@ -1,5 +1,11 @@
1
# Release notes
2
3
+## Release notes for 1.6.6-203
4
+
5
+### General
6
+ * Use the IDE's bundled Kotlin library (fixes #270)
7
8
9
## Release notes for 1.6.5-203
10
11
### General
0 commit comments