I push my kotlin module to bintray and find it is empty when I test it.
wongzy opened this issue · 3 comments
wongzy commented
Hello, recently I exploited a kotlin module and want push it to maven library, but when I test it, I find there is an empty file, my kotlin files is not exited, could please help me fix it? This project link is https://github.com/wongzy/RecyclerWheelView
felipehjcosta commented
Same here
felipehjcosta commented
I find out the problem: I was enabling code shrinking!
@wongzy try to pass false here in your project.
wongzy commented
I find out the problem: I was enabling code shrinking!
@wongzy try to pass false here in your project.
Thinks a lot! Problem resolved!