Giter Site home page Giter Site logo

hoc081098 / kotlin-channel-event-bus Goto Github PK

View Code? Open in Web Editor NEW
24.0 2.0 1.0 1.78 MB

A Kotlin Multiplatform library that provides a simple event bus implementation using KotlinX Coroutines Channels. Multi-keys, multi-producers, single-consumer and thread-safe event bus backed by kotlinx.coroutines.channels.Channels

Home Page: https://hoc081098.github.io/kotlin-channel-event-bus/docs/0.x

License: Apache License 2.0

Kotlin 99.11% Shell 0.89%
kotlin-coroutines kotlin-multiplatform kmm kmm-jetpack-compose kmm-library kmm-mvvm kmm-sample kmm-viewmodel kmp kmp-library kmp-mvvm kmp-redux kmp-viewmodel koltin-multiplatform-event-bus kotlin-event-bus event-bus eventbus kotlin-event-handling-android coroutines compose-multiplatform

kotlin-channel-event-bus's Issues

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Repository problems

These problems occurred while renovating this repository. View logs.

  • WARN: Error updating branch: update failure

Errored

These updates encountered an error and will be retried. Click on a checkbox below to force a retry now.

  • chore(deps): update all dependencies (major) (actions/cache, actions/checkout, actions/setup-java, actions/setup-python, actions/upload-artifact, codecov/codecov-action, ffurrer2/extract-release-notes, softprops/action-gh-release, androidx.lifecycle:lifecycle-viewmodel-compose, androidx.lifecycle:lifecycle-runtime-compose)

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

  • chore(deps): update all dependencies (org.jetbrains.kotlinx.kover, androidx.annotation:annotation, androidx.lifecycle:lifecycle-viewmodel-savedstate, androidx.lifecycle:lifecycle-viewmodel-ktx, io.nlopez.compose.rules:detekt, io.github.hoc081098:FlowExt, org.jetbrains.compose, org.jetbrains.kotlinx:kotlinx-coroutines-jdk8, org.jetbrains.kotlinx:kotlinx-coroutines-test, org.jetbrains.kotlinx:kotlinx-coroutines-swing, org.jetbrains.kotlinx:kotlinx-coroutines-android, org.jetbrains.kotlinx:kotlinx-coroutines-core, org.jetbrains.kotlin.plugin.parcelize, org.jetbrains.kotlin.plugin.serialization, org.jetbrains.kotlin.native.cocoapods, org.jetbrains.kotlin.android, org.jetbrains.kotlin.multiplatform)

Detected dependencies

github-actions
.github/workflows/build.yml
  • actions/checkout v3
  • actions/setup-java v3
  • actions/cache v3
  • actions/cache v3
  • codecov/codecov-action v3.1.6
  • actions/upload-artifact v3
  • actions/checkout v3
  • actions/setup-java v3
  • actions/cache v3
  • actions/cache v3
  • actions/setup-python v4
  • JamesIves/github-pages-deploy-action v4.6.0
.github/workflows/publish-release.yml
  • actions/checkout v3
  • ffurrer2/extract-release-notes v1
  • softprops/action-gh-release v1
  • actions/checkout v3
  • actions/setup-java v3
  • actions/cache v3
  • actions/cache v3
  • actions/setup-python v4
  • JamesIves/github-pages-deploy-action v4.6.0
.github/workflows/sample.yml
  • actions/checkout v3
  • actions/setup-java v3
  • actions/cache v3
  • actions/cache v3
gradle
gradle.properties
settings.gradle.kts
  • org.gradle.toolchains.foojay-resolver-convention 0.8.0
build.gradle.kts
channel-event-bus/gradle.properties
channel-event-bus/build.gradle.kts
gradle/libs.versions.toml
  • org.jetbrains.kotlinx:kotlinx-coroutines-core 1.8.1-Beta
  • org.jetbrains.kotlinx:kotlinx-coroutines-android 1.8.1-Beta
  • org.jetbrains.kotlinx:kotlinx-coroutines-swing 1.8.1-Beta
  • org.jetbrains.kotlinx:kotlinx-coroutines-test 1.8.1-Beta
  • org.jetbrains.kotlinx:kotlinx-coroutines-jdk8 1.8.1-Beta
  • org.jetbrains.kotlinx:kotlinx-serialization-json 1.6.3
  • org.jetbrains.kotlinx:kotlinx-collections-immutable 0.3.7
  • org.jetbrains.compose.runtime:runtime 1.6.2
  • co.touchlab:stately-concurrency 2.0.7
  • io.github.aakira:napier 2.7.1
  • io.github.hoc081098:FlowExt 0.8.1-Beta
  • io.insert-koin:koin-android 3.5.6
  • io.insert-koin:koin-androidx-compose 3.5.6
  • io.insert-koin:koin-core 3.5.6
  • io.insert-koin:koin-compose 1.1.5
  • io.coil-kt:coil-compose 2.6.0
  • io.nlopez.compose.rules:detekt 0.3.19
  • androidx.lifecycle:lifecycle-viewmodel-ktx 2.7.0
  • androidx.lifecycle:lifecycle-viewmodel-savedstate 2.7.0
  • androidx.lifecycle:lifecycle-runtime-compose androidx-lifecycle
  • androidx.lifecycle:lifecycle-viewmodel-compose androidx-lifecycle
  • androidx.annotation:annotation 1.7.1
  • androidx.activity:activity-compose 1.9.0
  • androidx.compose:compose-bom 2024.05.00
  • androidx.navigation:navigation-compose 2.7.7
  • io.github.hoc081098:kmp-viewmodel 0.7.1
  • io.github.hoc081098:kmp-viewmodel-savedstate 0.7.1
  • io.github.hoc081098:kmp-viewmodel-compose 0.7.1
  • io.github.hoc081098:kmp-viewmodel-koin-compose 0.7.1
  • io.github.hoc081098:solivagant-navigation 0.3.0
  • com.jakewharton.timber:timber 5.0.1
  • org.jetbrains.kotlin.multiplatform 1.9.23
  • org.jetbrains.kotlin.android 1.9.23
  • org.jetbrains.kotlin.native.cocoapods 1.9.23
  • org.jetbrains.kotlin.plugin.serialization 1.9.23
  • org.jetbrains.kotlin.plugin.parcelize 1.9.23
  • org.jetbrains.compose 1.6.2
  • com.android.application 8.4.0
  • com.android.library 8.4.0
  • com.diffplug.gradle.spotless 6.25.0
  • io.gitlab.arturbosch.detekt 1.23.6
  • org.jetbrains.kotlinx.kover 0.7.6
  • org.jetbrains.dokka 1.9.20
  • org.jetbrains.kotlinx.binary-compatibility-validator 0.14.0
  • com.vanniktech.maven.publish 0.28.0
sample/standalone-androidApp/build.gradle.kts
sample/standalone-composeMultiplatform/composeApp/build.gradle.kts
sample/standalone-composeMultiplatform/desktopApp/build.gradle.kts
gradle-wrapper
gradle/wrapper/gradle-wrapper.properties
  • gradle 8.7

  • Check this box to trigger a request for Renovate to run again on this repository

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.