File tree Expand file tree Collapse file tree 5 files changed +10
-0
lines changed Expand file tree Collapse file tree 5 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 99 mapOf (
1010 " doma.domain.converters" to " example.common.domain.DomainConverterProvider" ,
1111 )
12+ // If you are not using Eclipse, you can simply write the above code as follows without using aptOptions;
13+ // options.compilerArgs.add("-Adoma.domain.converters=example.common.domain.DomainConverterProvider")
1214 }
1315}
Original file line number Diff line number Diff line change @@ -15,5 +15,7 @@ tasks {
1515 mapOf (
1616 " doma.domain.converters" to " example.geometric.type.domain.DomainConverterProvider" ,
1717 )
18+ // If you are not using Eclipse, you can simply write the above code as follows without using aptOptions;
19+ // options.compilerArgs.add("-Adoma.domain.converters=example.geometric.type.domain.DomainConverterProvider")
1820 }
1921}
Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ tasks {
1010 mapOf (
1111 " doma.domain.converters" to " example.jpms.domain.DomainConverterProvider" ,
1212 )
13+ // If you are not using Eclipse, you can simply write the above code as follows without using aptOptions;
14+ // options.compilerArgs.add("-Adoma.domain.converters=example.jpms.domain.DomainConverterProvider")
1315 }
1416}
1517
Original file line number Diff line number Diff line change 99 mapOf (
1010 " doma.domain.converters" to " example.common.domain.DomainConverterProvider" ,
1111 )
12+ // If you are not using Eclipse, you can simply write the above code as follows without using aptOptions;
13+ // options.compilerArgs.add("-Adoma.domain.converters=example.common.domain.DomainConverterProvider")
1214 }
1315}
1416
Original file line number Diff line number Diff line change 99 mapOf (
1010 " doma.domain.converters" to " example.common.domain.DomainConverterProvider" ,
1111 )
12+ // If you are not using Eclipse, you can simply write the above code as follows without using aptOptions;
13+ // options.compilerArgs.add("-Adoma.domain.converters=example.common.domain.DomainConverterProvider")
1214 }
1315}
1416
You can’t perform that action at this time.
0 commit comments