Ribs: Kotlin RIB templates

Created on 15 Nov 2017  路  6Comments  路  Source: uber/RIBs

Hi,
Are Kotlin templates in the making? Is this something you thought of, or decided to discard?

enhancement

Most helpful comment

Sorry about slow reply. Holidays and what-not. Will reply on the pull request.

All 6 comments

No reason not to have kotlin templates.

I haven't built kotlin templates because we don't use kotlin in production apps. Kotlin slows build performance in highly modular apps (going from a 12second incremental build time to minutes in one of our apps). But I'd be happy to take a PR that adds kotlin templates.

Sounds good, I'll try to work something out (:

Sample project using Kotlin, but no templates yet. :(

https://github.com/rendecano/CoinEdge

To elaborate a bit on @AttwellBrian's comment - the problem for us is buck's lack of tooling for kotlin. We don't have any metrics on kotlin's incremental compilation in a gradle project though

Created an initial version of Kotlin templates.

https://github.com/rendecano/RIBsKotlinPlugin

I'm not sure if I should create a PR for this though. :)

Sorry about slow reply. Holidays and what-not. Will reply on the pull request.

Was this page helpful?
0 / 5 - 0 ratings