-
`import kotlin.String` and others are redundant.
Doesn't matter much for generated code but might be nice to have parity with `skipJavaLangImports`.
-
```kotlin
@field:Foo
```
-
Attempting to add a property to a companion object causes this error:
`Exception in thread "main" java.lang.IllegalStateException: cannot add property val ID: kotlin.String = "id" to COMPANION`
…
-
-
-
-
This isn't as taboo as in Java
-
Please add Kotlin support to this library or create another one that will generate Kotlin sources.
rongi updated
7 years ago