I was recently bitten by <https://github.com/squar...
# squarelibraries
e
I was recently bitten by https://github.com/square/kotlinpoet/issues/1035 after upgrading from 1.6.0 to 1.9.0 - looks like 1.8.0 started quoting "value". would it be feasible to get kotlinpoet not to quote soft keywords except when necessary?
1
e
I had a similar issue. It seems the plan is to be more aggressive than necessarily needed. I get it, but at the same time wish it weren't so. https://github.com/square/kotlinpoet/issues/1042