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 aa6748b commit 9579f6fCopy full SHA for 9579f6f
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 0.23.1 (2024-05-28)
2
+
3
+- Fix crash when processing some obscure class files
4
5
## 0.23.0 (2024-05-21)
6
7
- Support reading class files generated by Kotlin 2.0
README.md
@@ -12,7 +12,7 @@ Include something like the following in your web application project:
12
13
```kotlin
14
plugins {
15
- id("fi.evident.apina") version "0.23.0"
+ id("fi.evident.apina") version "0.23.1"
16
}
17
18
tasks.apina {
0 commit comments