kotlinpoet: Is there an option to opt out of the n...
# squarelibraries
h
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.
Copy code
"|notifyQueries(${insert.id}) { emit ->
|      emit("search")
|    }
đźš« 1
b
h
Thanks, I copied the formatter.