When updated to Compose 1.8.0-rc01 and execute com...
# javascript
p
When updated to Compose 1.8.0-rc01 and execute compileDevelopmentExecutableKotlinJs Gradle task got compilation internal error:
Copy code
e: java.lang.IllegalStateException: IC internal error: can not find library org.jetbrains.compose.material:material-icons-core
If add dependency of that library everything compiles fine. Other targets or Js target but production build compiles fine without this dependency. Is it known issue?
1
a
I hear about such an issue for the first time. Could you please share the version of the multiplatform plugin you use?
p
Found the cause. I think It is not related to Compose compiler.
Copy code
implementation("com.materialkolor:material-kolor:2.1.1")
I have this dependency and maybe it was using material-icons-core that was removed in 1.8.0-rc01 I should wait for new version of that lib that will support this change