https://kotlinlang.org logo
Title
h

hfhbd

04/06/2023, 11:44 AM
kotlinpoet: Is there an option to opt out of the new integer literal formatting like
1_000
? At sqldelight we use integer variables with string interpolation. Now we need to change each interpolation with the new format.
"|notifyQueries(${insert.id}) { emit ->
|      emit("search")
|    }
b

Benoit Quenaudon

04/06/2023, 12:48 PM
h

hfhbd

04/06/2023, 1:12 PM
Thanks, I copied the formatter.