Replies: 5 comments 2 replies
-
|
I think adding it should be possible, so I'll give it a try 👌 |
Beta Was this translation helpful? Give feedback.
-
|
Hi, @TBSten Since I'm not very familiar with Kotlin/JS, it might take me some time to solve this. Would you happen to have any suggestions or solutions to resolve this issue? 🤷 |
Beta Was this translation helpful? Give feedback.
-
|
Hi, @ogaclejapan I tried to tackle this problem after a long time, but I encountered the error: Implementing a function interface is prohibited in JavaScript. (Most were error messages generated for It seems Kotlin/JS does not support extending functional types. When considering JS support, it might be best to avoid using type aliases for functions. |
Beta Was this translation helpful? Give feedback.
-
|
Hi @TBSten, I've started working on this feature and created a branch to implement JS target support: However, I'm currently facing two main issues that I'd like to discuss: 1. Compose Tests Not WorkingThe Compose tests are failing to run on the JS target, which seems to be related to this known issue: For now, I'm considering excluding these tests from the JS target until this upstream issue is resolved 🤔 2. Sample App Not DisplayingThe sample application isn't displaying correctly on the JS target. Questions for you:
Any guidance or suggestions you could provide would be greatly helpful in moving this feature forward 🙌 |
Beta Was this translation helpful? Give feedback.
-
|
Hi, @TBSten |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Compose Multiplatform includes a library called Compose HTML that uses a set of js source files.
I would like you to add js support to combine this with soil.
Beta Was this translation helpful? Give feedback.
All reactions