Re: [kotlin] Call for Help!

2020-07-27 Thread Samyak Jain
Heyy, > > > >1. Error Log: (https://paste.debian.net/1157933/) On finding out the >reason for the same, some modules need an updated Gradle (which isn't >feasible). >2. What I decided was to patch the specific kotlin-Gradle-plugin with >it's an older version. Therefore, I

Re: [kotlin] Call for Help!

2020-07-27 Thread Samyak Jain
Heyy, While executing kotlin sub-modules for the kotlin-Gradle-plugin task. I was facing a couple of issues, which I tried to debug it in the following ways: 1. Error Log: (https://paste.debian.net/1157933/) On finding out the reason for the same, some modules need an updated Gradle

Re: [kotlin] Call for Help!

2020-07-16 Thread Samyak Jain
Hii andrewsh :D Thank you for pointing out the rest part of error. I really missed that part. I have resolved this problem now! Thanks once again <3 > > > I think you missed this part: > > Caused by: org.gradle.api.artifacts.UnknownConfigurationException: > Configuration with name 'runtimeJar'

Re: [kotlin] Call for Help!

2020-07-16 Thread Andrej Shadura
On Thu, 16 Jul 2020, at 14:04, Samyak Jain wrote: > Hi, > > This is a call for help for the kotlin package. > I have added a couple of sub-modules which was required to make kotlin > build for itself. The prime concern that we were facing was that it > wasn't able to build

[kotlin] Call for Help!

2020-07-16 Thread Samyak Jain
Hi, This is a call for help for the kotlin package. I have added a couple of sub-modules which was required to make kotlin build for itself. The prime concern that we were facing was that it wasn't able to build *kotlin-Gradle-plugin* and* kotlin-sam-with-receiver* which is rectified now, as I