Closed b3er closed 9 years ago
Ok, fixing now and pushing a release. Breaking change. Moving the API classes to sub package api.
Pushing release 1.2.0, should be available in 10-15 minutes on maven central.
When you see it here, you can test: https://repo1.maven.org/maven2/uy/kohesive/injekt/injekt-core/
please let me know how it goes, I'd like to know that it works on Android
1.2.0 is in maven central, ready for testing.
Also, when done, if you have a simple android sample or test case I can add, that would be great.
Thanks! Working fine now. Created simple android app showing injekt basics: https://github.com/b3er/injekt-android-example
Android project using
injekt-core
can't be dexed becauseInjektPackage.class
exists ininjekt-api
andinjekt-core
jars, and dexer can't merge multiple jars containing the same class files.