pocket-casts-android icon indicating copy to clipboard operation
pocket-casts-android copied to clipboard

Clean up old Java code

Open geekygecko opened this issue 2 years ago • 2 comments

There is still some Java code in the project. It would be good to check if it's still needed and convert it over to Kotlin.

geekygecko avatar Jul 06 '22 06:07 geekygecko

There are also proto generated files in this directory but they can be removed in favor of linking proto generation with Java/Kotlin compilation tasks.

From Slack convo.

Since the source of the generated code isn't in this repo it seems a bit tricky to generate it in a gradle task. Particularly for open source contributors since the repo is private.

So this probably won't happen any time soon. I'm marking this check point as "done".

MiSikora avatar Jan 05 '24 12:01 MiSikora

Managed to removed generated proto classes in #1831.

MiSikora avatar Feb 14 '24 15:02 MiSikora