thrifty-kotlin-codegen/src/main/kotlin/com/microsoft/thrifty/kgen/KotlinCodeGenerator.kt (4 lines): - line 140: // TODO: Add a compiler flag to omit struct generation - line 897: // TODO: Add newlines and indents if numFields > 1 - line 1238: // TODO: This assumes that the client and server share the same belief about the default value. Is that sound? - line 1713: // TODO: Implement support for binary constants in the ANTLR grammar thrifty-runtime/src/commonMain/kotlin/com/microsoft/thrifty/protocol/SimpleJsonProtocol.kt (1 line): - line 190: // TODO: assert that we're in map context thrifty-java-codegen/src/main/kotlin/com/microsoft.thrifty.gen/ConstantBuilder.kt (1 line): - line 136: // TODO: this thrifty-schema/src/main/kotlin/com/microsoft/thrifty/schema/Linker.kt (1 line): - line 173: // TODO: Surely there must be a more efficient way to do this.