subroh0508 / kotlin-material-ui

[UNMAINTAINED] Kotlin Wrapper Library of Material-UI
MIT License
74 stars 24 forks source link

Fix build error due to Kotlin version inconsistency #38

Closed mirror-kt closed 3 years ago

mirror-kt commented 3 years ago

Fixed a problem related to IR Backend introduced in Kotlin 1.4, such as not being able to refer to the core project from the examples subproject.

Changelog:

Japanese: Kotlin 1.3.xから1.4.xへの更新でIRバックエンドのサポートが追加されています。これに関連し、ビルド時にエラーが発生していたようなので修正を行いました。(IRバックエンドとレガシーバックエンドの成果物には互換性がありません。)