Jérôme Gully
01/17/2020, 10:29 AMflorent
01/17/2020, 10:41 AMJérôme Gully
01/17/2020, 10:47 AMMike
01/17/2020, 11:45 AMJérôme Gully
01/17/2020, 11:52 AM@JvmOverloads
don't help, because its generate Overload methods (like I said in my initial post), so Builder pattern bring nothing if I must pass all "options" in parameters of the builder.Mike
01/17/2020, 12:51 PMinternal
.
Then the constructor name should be 'hidden' to Java by name mangling, so the only options would be the builder syntax. But you could still use it in Kotlin as-is.spaisey
01/17/2020, 2:25 PMflorent
01/17/2020, 3:36 PM