ralf
04/12/2017, 11:26 AMandroid/os/BaseBundle anymore.
Is this a know problem? I can workaround it by adding a testAnnotationProcessor 'dep' dependencyh0tk3y
04/12/2017, 1:56 PMh0tk3y
04/12/2017, 2:14 PMralf
04/12/2017, 2:47 PMh0tk3y
04/12/2017, 2:47 PMralf
04/12/2017, 4:30 PMkotlin-kapt plugin it’s working.h0tk3y
04/12/2017, 8:42 PMralf
04/12/2017, 9:14 PMralf
04/12/2017, 9:14 PMh0tk3y
04/12/2017, 9:48 PMralf
04/13/2017, 7:36 AMh0tk3y
04/13/2017, 1:01 PMralf
04/13/2017, 1:42 PMh0tk3y
04/14/2017, 1:29 PM-processorpath passed to javac has changed so that the classpath items now appear before the added processor classes. Seems like it only matters when there are multiple versions of the same class in the processor path. The solution is to revert the order and pass the classpath items last, as it was before.ralf
04/14/2017, 4:36 PMh0tk3y
04/24/2017, 3:44 PMralf
04/24/2017, 3:46 PM