getspherelabs / meteor-kmp

Meteor is a simple framework that helps you to create application using the MVI architecture.
https://getspherelabs.github.io/meteor-kmp/
Apache License 2.0
54 stars 4 forks source link

Add JS modules to KMP #20

Open Sardor-M opened 1 year ago

Sardor-M commented 1 year ago

Describe the suggestion:

Additional context

Add any other context about the problem here.

@behzodhalil

behzodhalil commented 1 year ago

I've created a js module and log files. You can write an implementation for the log functions. @Sardor-M

behzodhalil commented 1 year ago
public actual fun info(message: String, tag: String) {}

If there are any specific dependencies that the module requireso or any question, please inform me @Sardor-M!