79278799

Date: 2024-12-13 15:29:43
Score: 1
Natty:
Report link

You can't natively include an NPM package in a Compose app - Node packages are written in JavaScript while Compose apps are compiled to Java bytecode after being written in Kotlin. I'd suggest either searching for a Java package that does something similar or implementing the functionality you need yourself.

If you're dead-set on using that module specifically, I'd suggest one of these options:

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (0.5):
Posted by: Marsroverr