nickheitz
02/10/2021, 1:20 PM'@JvmOverloads' annotation cannot be used on constructors hidden by inline class rules
The class in question seems straightforward
class AudioClassifyWorkflowParameters @JvmOverloads constructor(...
I'm not clear how to interpret the error, as I don't know what "hidden by inline class rules" is referring to. Any insight appreciated.Marc Knaup
02/10/2021, 1:29 PMinline class
type which doesn’t seem to be supported.nickheitz
02/10/2021, 3:20 PMMarc Knaup
02/10/2021, 3:22 PMMarc Knaup
02/10/2021, 3:23 PMinline class
weren’t really supposed to be used from Java code.
They will be in the future when they’re fully implemented and Java has their own version of them.Alexey Belkov [JB]
02/12/2021, 9:44 AM