Coder Social home page Coder Social logo

klog's People

Contributors

lewik avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

alekseytomin

klog's Issues

How to use properly in multi-platform project?

I have a multiplatform project where I have common, desktop, js, android, etc. On the platforms it works fine, but when I use a logger in my common code, the IDE shows it as a compiler error, but when running it it still runs fine.

To try to solve the IDE showing a compiler error, I tried adding a dependency on klog-metadata as below:

        val commonMain by getting {
            kotlin.srcDir("common/src/main/kotlin")
            dependencies {
                implementation(kotlin("stdlib-common"))
                implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4")
                implementation("com.github.lewik.klog:klog-metadata:2.0.5") // This line was added
            }
        }

But then Gradle doesn't even build it and says:

Could not find com.github.lewik.klog:klog-metadata:2.0.5.
Searched in the following locations:
  - https://dl.google.com/dl/android/maven2/com/github/lewik/klog/klog-metadata/2.0.5/klog-metadata-2.0.5.pom
  - https://repo.maven.apache.org/maven2/com/github/lewik/klog/klog-metadata/2.0.5/klog-metadata-2.0.5.pom
  - https://maven.pkg.jetbrains.space/public/p/compose/dev/com/github/lewik/klog/klog-metadata/2.0.5/klog-metadata-2.0.5.pom
  - https://jitpack.io/com/github/lewik/klog/klog-metadata/2.0.5/klog-metadata-2.0.5.pom

How to properly use klog from the common part of a multi-platform project?

Kotlin 1.3.40

Kotlin 1.3.40 was released a little while ago. Any plans for making a 1.3.40 release?

Kotlin 1.4.10

Please make a new release :) Or does the current version support Kotlin 1.4.10 ? It seems like you are using a different versioning system now?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.