https://kotlinlang.org logo
#multiplatform
Title
# multiplatform
s

spand

11/23/2017, 7:52 AM
I am still new to this multiplatform but why is this a type error:
Copy code
Required: (kotlin.text.Appendable /* = java.lang.Appendable */) -> Unit
Found: (kotlin.text.Appendable) -> Unit
g

gildor

11/23/2017, 7:58 AM
Are you sure that you don’t have typos? Appenable insted of Appen*d*able in your example
s

spand

11/23/2017, 7:59 AM
Yes. The type error is in the tooltip so its a bit hard to copy paste 😉
g

gildor

11/23/2017, 8:01 AM
I see. strange error, because kotlin.text.Appendable available for JS
s

spand

11/23/2017, 8:02 AM
Maybe its a spurious error. There are other inconsistencies between an idea build and gradle build 😕
g

gildor

11/23/2017, 8:05 AM
So you still can build your project from console?
s

spand

11/23/2017, 8:10 AM
If I execute the build task from gradle menu yes. Trying to make a minimal example
9 Views