An open API service indexing awesome lists of open source software.

https://github.com/evolution-gaming/akka-to-pekko-adapter

Enables the compiler to work with both Akka and Pekko classes
https://github.com/evolution-gaming/akka-to-pekko-adapter

Last synced: 10 months ago
JSON representation

Enables the compiler to work with both Akka and Pekko classes

Awesome Lists containing this project

README

          

# akka-to-pekko-adapter
Enables the compiler to work with both Akka and Pekko classes

## Usage
pick the desired module and add it as a dependency to your project. For instance to use actor module layer:
```scala
val version = ???
libraryDependencies += "com.evolution" %% "akka-to-pekko-adapter-stream" % version
```