Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.debian.maint.java > #11806
| From | Samyak Jain <samyak.jn11@gmail.com> |
|---|---|
| Newsgroups | linux.debian.maint.java |
| Subject | Re: [kotlin] Call for Help! |
| Date | 2020-07-27 11:30 +0200 |
| Message-ID | <Ax7Ch-4km-7@gated-at.bofh.it> (permalink) |
| References | <AtaS6-6HD-17@gated-at.bofh.it> <AtbuN-6UZ-13@gated-at.bofh.it> <AtdZE-8vD-9@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
[Multipart message — attachments visible in raw view] - view raw
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 (which isn't
feasible).
2. What I decided was to patch the specific kotlin-Gradle-plugin with
it's an older version. Therefore, I tried for [1.2.3, 1.2.4, 1.3.30] but
ended with the same error. Logs here: ().
For this, I tried to add the following to target the compatibility to Java
8 in the build.gradle file of kotlin-gradle-plugin.
+sourceSets {
+ "main" {
+ java {
+ sourceCompatibility = 1.8
+ targetCompatibility = 1.8
+ }
+}
+}
+
But it fails with the same error!
It would be a great help if anyone can suggest something from this.
Thanks and regards,
Samyak Jain
(samyak-jn[m])
Back to linux.debian.maint.java | Previous | Next — Previous in thread | Next in thread | Find similar
[kotlin] Call for Help! Samyak Jain <samyak.jn11@gmail.com> - 2020-07-16 14:10 +0200
Re: [kotlin] Call for Help! "Andrej Shadura" <andrewsh@debian.org> - 2020-07-16 14:50 +0200
Re: [kotlin] Call for Help! Samyak Jain <samyak.jn11@gmail.com> - 2020-07-16 17:30 +0200
Re: [kotlin] Call for Help! Samyak Jain <samyak.jn11@gmail.com> - 2020-07-27 11:30 +0200
Re: [kotlin] Call for Help! Samyak Jain <samyak.jn11@gmail.com> - 2020-07-27 11:30 +0200
csiph-web