cfnz / muirwik

Muirwik - a Material UI React wrapper written in Kotlin
Mozilla Public License 2.0
132 stars 25 forks source link

Fix adornment issue #42

Closed marvinbuff closed 3 years ago

marvinbuff commented 3 years ago

I noticed an issue with the start adornment. My suspicion is that with the new compiler anonymous objects are not compiled the same. The error we get is that the resulting javascript doesn't appear to be what we had before. By changing it the way I did, we can get the same result again.