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 9d01628 commit f399790Copy full SHA for f399790
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-## Unreleased
+## 0.20.0 (2022-11-14)
2
3
- Improve translation of Kotlin inline classes. Preserve the original class names of inline-classes and register
4
type-aliases for them. This allows one to override the translation by importing another type.
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.19.0"
+ id("fi.evident.apina") version "0.20.0"
16
}
17
18
tasks.apina {
0 commit comments