I would like to make `kotlin-logging` multi platfo...
# multiplatform
o
I would like to make
kotlin-logging
multi platform (supports also js). After watching yole video about it I still have one open question about the concept: I will create such support the lib will have 2 artifacts one for jvm and one for js. How should Application developer with multiplatfom code depend on kotlin-logging? the jvm module will depend the jvm artifact, the js module will depend js artifact, but what should the common code depend on? third artifact for common? should it be an artifact only for compilation (because js will have same classes also for example)?