cfnz / muirwik

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

Introduce IR compiler #40

Closed marvinbuff closed 3 years ago

marvinbuff commented 3 years ago

For a project we are working on I depend on a feature of the new IR compiler. For that reason we need to have this fork which support IR. And as we have already done this work and you have a related issue #37 , we thought we would create a draft PR to share the progress we made with you. From our side this is done, so if you don't want to merge it you can just close it. Otherwise, we can try to make it mergeable together. Let me know what is best for you.

Unsolved Issues

Solved Issues

Added functionality (which could be merged in another PR if this one is discarded)

Comments

cfnz commented 3 years ago

I have added a new branch - IR-Compiler and edited this pull request to target that branch. Maybe we track this along there and once the IR compiler is out of Alpha (or Beta) we look at merging. I know there is talk of making the IR Compiler not require some of the extra things it now requires, so some of this work may eventually be not required.