cfnz / muirwik

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

IR compiler #63

Closed floribe2000 closed 3 years ago

floribe2000 commented 3 years ago

Merged the recent changes from master to IR compiler branch and fixed some issues with the IR compiler.

Previously, the IR compiler branch only worked in development mode but caused js Exceptions in production mode (something like "method render not found", see official wrapper repository.

All changes were tested with the included test app and did not cause any noticeable issues.