novoda/bintray-release

I push my kotlin module to bintray and find it is empty when I test it.

wongzy opened this issue · 3 comments

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
1586152514659.jpg

Same here

I find out the problem: I was enabling code shrinking!

@wongzy try to pass false here in your project.

I find out the problem: I was enabling code shrinking!

@wongzy try to pass false here in your project.

Thinks a lot! Problem resolved!