Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Separated korlibs-logger from foundation to a new module #2131

Merged
merged 3 commits into from Jan 16, 2024

Conversation

holloszaboakos
Copy link
Contributor

No description provided.

Comment on lines +13 to +23
dependencies {
commonMainApi(libs.kotlinx.coroutines.core)
commonMainApi(libs.kotlinx.atomicfu)
commonTestApi(libs.kotlinx.coroutines.test)
commonMainApi(libs.kotlinx.atomicfu)
commonTestApi(libs.kotlinx.coroutines.test)
commonMainApi(project(":korlibs-time"))
commonMainApi(project(":korlibs-crypto"))
commonMainApi(project(":korlibs-platform"))
commonMainApi(project(":korlibs-datastructure"))
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need this dependencies?

Copy link
Member

@soywiz soywiz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should check korlibs-logger dependencies. Likely we won't need anything else except for a lock or an atomic. We can duplicate it, or create korlibs-lock or korlibs-atomic.

I'm going to merge it, and make a PR removeing those that can be used as reference for other libraries if required.

@soywiz soywiz merged commit 55a84ad into korlibs:main Jan 16, 2024
9 checks passed
@soywiz soywiz changed the title Separated logger from foundation to a new module Separated korlibs-logger from foundation to a new module Jan 16, 2024
holloszaboakos added a commit to holloszaboakos/korge that referenced this pull request Jan 16, 2024
Separated logger from foundation to a new module (korlibs#2131)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants