Vinay Gaba

Results 107 comments of Vinay Gaba

I think this is happening because ksp needs to be upgraded to a version that's compatible with 1.9. I'll take a stab at it shortly.

The only way to force regeneration in my experience has been to just make some manual changes to the generated root file. That causes it to run again. I think...

the only issue would be that the current library supports both ksp and kapt. I guess we can create two separate artifacts - one for kapt only and the other...

Okay I've found the root cause. It seems like bumping up the version of the `gradle-maven-publish-plugin` to 0.19 caused a behavior change. - https://github.com/vanniktech/gradle-maven-publish-plugin/blob/master/CHANGELOG.md#version-0190-2022-02-26

I'm not sure what this error is related to. Fwiw, this library also uses Java 17 - https://github.com/airbnb/Showkase/blob/master/showkase/build.gradle#L26 Open to ideas/fixes if someone wants to take a stab.

@PareshMayani I quite like this idea. Honestly I didn't know this was possible to do. I will make these changes for sure. Might take some time but will get to...