You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: NEWS.md
+23Lines changed: 23 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,28 @@
1
1
# Changes
2
2
3
+
## 3.0
4
+
5
+
Major Enhancements
6
+
* New dependency resolver based on [kotlin-scripting](https://kotlinlang.org/docs/reference/whatsnew14.html#scripting-and-repl)
7
+
* Java11 support (fixes #239239)
8
+
9
+
Minor improvements
10
+
* Forward jvm target to --idea generated build.gradle.kts (#258)
11
+
* Add maven repo credentials to build.gradle.kts generated by --idea (#262)
12
+
* Add option to launch temp intellij as custom command through env property (#264). E.g on ubuntu we could use `export KSCRIPT_IDEA_COMMAND=/snap/bin/intellij-idea-ultimate` to enable `kscript --idea <script.kts>`
13
+
* Fixed idea project symlinks for complex projects (#268)
0 commit comments