This repository was archived by the owner on Jun 11, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +10
-5
lines changed
Expand file tree Collapse file tree 4 files changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -77,8 +77,11 @@ Run 'Remote' configuration that you created before.
7777
7878### ToDo list
7979
80- * Type converters (String <-> Long, Double <-> Float, custom converters)
81- * Collection mapping (List\< Source> -> List\< Target>)
82- * Recursive mapping
80+ * [ ] Type converters (String <-> Long, Double <-> Float, custom converters)
81+ * [ ] Collection mapping (List\< Source> -> List\< Target>)
82+ * [x] Recursive mapping
83+ * [ ] NULL values
84+ * [ ] Default values
85+ * [ ] Primitives
8386
8487
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ dependencies {
2020publish {
2121 groupId = ' com.devindi.mapper'
2222 artifactId = ' library'
23- publishVersion = ' 0.1 '
23+ publishVersion = ' 0.2 '
2424 desc = ' An annotation processor for generating bean mappers'
2525 licences = [' MIT' ]
2626 website = ' https://github.com/devindi/mapper-generator'
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ dependencies {
2525publish {
2626 groupId = ' com.devindi.mapper'
2727 artifactId = ' processor'
28- publishVersion = ' 0.1.1 '
28+ publishVersion = ' 0.2 '
2929 desc = ' An annotation processor for generating bean mappers'
3030 licences = [' MIT' ]
3131 website = ' https://github.com/devindi/mapper-generator'
Original file line number Diff line number Diff line change 9090 <excludeFolder url =" file://$MODULE_DIR$/build/intermediates/symbols" />
9191 <excludeFolder url =" file://$MODULE_DIR$/build/intermediates/transforms" />
9292 <excludeFolder url =" file://$MODULE_DIR$/build/outputs" />
93+ <excludeFolder url =" file://$MODULE_DIR$/build/reports" />
94+ <excludeFolder url =" file://$MODULE_DIR$/build/test-results" />
9395 <excludeFolder url =" file://$MODULE_DIR$/build/tmp" />
9496 </content >
9597 <orderEntry type =" jdk" jdkName =" Android API 25 Platform" jdkType =" Android SDK" />
You can’t perform that action at this time.
0 commit comments