I saw your post on r/Java: https://www.reddit.com/r/java/comments/z1x5g6/dynamically_optimize_any_java_object_with/
The first thing that jumped out about your project is that it's only available on JitPack. If you want the library to be taken seriously, you should publish to Maven Central.
Somewhat related, if I'm making a Java program, I would have second thoughts about importing an artifact named android-sdk, so you might want to reconsider your project/artifact naming at the same time.
I saw your post on r/Java: https://www.reddit.com/r/java/comments/z1x5g6/dynamically_optimize_any_java_object_with/
The first thing that jumped out about your project is that it's only available on JitPack. If you want the library to be taken seriously, you should publish to Maven Central.
Somewhat related, if I'm making a Java program, I would have second thoughts about importing an artifact named
android-sdk, so you might want to reconsider your project/artifact naming at the same time.