Ravi Akella

Results 4 comments of Ravi Akella

After removing Kotlin from system, I still had the same issue with `build-lfc` as well as with `Gradle assemble`. Rebuilding with `mvn compile` resulted in build success ![image](https://user-images.githubusercontent.com/913550/156864804-e9888d48-dc4d-4ec9-8f7c-a40716ef7927.png) : ![image](https://user-images.githubusercontent.com/913550/156864816-9e194db0-fec9-4860-9894-dc750d3b5966.png)...

After downgrading Gradle from v7.4 that also packages with downgraded Kotlin, I was able to compile latest master successfully. ![image](https://user-images.githubusercontent.com/913550/156865685-829010ec-2eff-44e7-a164-4669cc6e5b78.png) I just happened to try and the result holds true...

> The same error occurred with re-upgrade to 7.4 and clean rebuild options. Thanks for clarifying regarding mvn build which explains why jar file error occurred. Better to include that...

Even when I use gradlew, as long as I had Kotlin 1.5, I kept getting the errors. This reaffirms @lhstrh statements above. ![image](https://user-images.githubusercontent.com/913550/157296211-64a54df6-4a32-4a00-81c7-4a78fda19814.png)