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: CHANGELOG.md
+15-4Lines changed: 15 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,13 +3,23 @@
3
3
## [Unreleased]
4
4
5
5
New:
6
-
-
6
+
- ...
7
7
8
8
Changed:
9
-
-Disable klib signature clash checks for JS compilations. These occasionally occur as a result of Compose compiler behavior, and are safe to disable (the first-party JetBrains Compose Gradle plugin also disables them).
9
+
-...
10
10
11
11
Fixed:
12
-
-
12
+
- ...
13
+
14
+
15
+
## [1.4.2] - 2024-03-27
16
+
New:
17
+
- Support for Kotlin 1.9.23
18
+
19
+
Changed:
20
+
- Disable klib signature clash checks for JS compilations. These occasionally occur as a result of Compose compiler behavior, and are safe to disable (the first-party JetBrains Compose Gradle plugin also disables them).
0 commit comments