MisterPotz

Results 3 comments of MisterPotz

Aiosa's answer helped me to solve the problem. Some corrections to the code: `fun setTextSize(string: String, textSizeInSp : Int) : String { return """ $string """ } ` Setting font...

Can't confirm the problem, I've got alpha working. I may suggest you didn't escape backslashes but that doesn't explain why you have the second variant working

Seems there is kind of a workaround for this problem (using generic serializer, and not creating a typed version of it for each type parameter). I declared parameterized typealias, with...