A fluent open-source Kotlin aspect-oriented Java bytecode modification framework.
You can import aspekt from Maven Central by adding it to your dependencies block.
repositories {
mavenCentral()
}
dependencies {
implementation("wtf.mizu:aspekt:0.1.0")
}
<dependency>
<groupId>wtf.mizu</groupId>
<artifactId>aspekt</artifactId>
<version>0.1.0</version>
</dependency>
If you encounter any kind of problem related to this library, you can open an issue describing what's up. We ask you to be as precise as you can, so that our developers can help you as fast as possible.
Non-project-related issues will most likely be closed without further ado.
You can contribute to this project by forking it, making your changes, and creating a new pull request.
You have to be as precise as possible while doing it though, describing in the commits (or PR description) what you're changing, why and how.
This project is licensed under the ISC license.