Jesper Holmberg

Results 10 comments of Jesper Holmberg

> ... you could profit from the same interoperability trick, where you can again work with `T!` types. Would that be of use to you? Yes, I think this would...

I will experiment some more with the Java generator. I haven't used it much since it seemed natural to use the Kotlin generator in a Kotlin project.

Just to report back, we have decided to use the Java generator for now, as the simplification of our Kotlin code is worth the cost. Like everyone else, we eagerly...

I don't know if we're misunderstanding each other here, but in my issue description, I defined the Event data class like this: ```kotlin data class Event( val id: Long, val...

I could very well be misunderstanding something here, but wouldn't this function be the one called in the current proposal: ```kotlin fun ignoreNulls(f: Function3): Function3 = Function3 { t1: T1?,...

I would find this particularly useful for interactive use. Our projects take a couple of minutes to build, and I cannot count the number of times I have started a...

I have also tried to achieve this, and failed. In our case we have java source code generated through wsdl2java, and I have not been able to exclude this folder...

What you suggest is what I have tried without success. In fact, we store the generated source under the build directory, i.e. it is not even in the real source...

Btw, I see now that my first comment was mangled by the Markdown processor (I assume). I use the same pattern as you suggest in your reply.

Thank you, that's a good workaround. However, I still think there is room for improvement in the plugin: either that the format task inherits its exclusions from the lint task...