Loading tools/codegen/src/com/android/codegen/Main.kt +7 −1 Original line number Diff line number Diff line Loading @@ -95,7 +95,13 @@ In addition, for any field mMyField(or myField) of type FieldType you can define you can use with final fields. Version: $CODEGEN_VERSION Questions? Feedback? Contact: eugenesusla@ Questions? Feedback? Contact: eugenesusla@ Bug/feature request: http://go/codegen-bug Slides: http://go/android-codegen In-depth example: http://go/SampleDataClass """ fun main(args: Array<String>) { Loading Loading
tools/codegen/src/com/android/codegen/Main.kt +7 −1 Original line number Diff line number Diff line Loading @@ -95,7 +95,13 @@ In addition, for any field mMyField(or myField) of type FieldType you can define you can use with final fields. Version: $CODEGEN_VERSION Questions? Feedback? Contact: eugenesusla@ Questions? Feedback? Contact: eugenesusla@ Bug/feature request: http://go/codegen-bug Slides: http://go/android-codegen In-depth example: http://go/SampleDataClass """ fun main(args: Array<String>) { Loading