Arthur McGibbon
Arthur McGibbon
@tgodzik I haven't had much time recently and I'm off on holiday for a few weeks. I don't think there's much to do in terms of functionality - just some...
> actually, could we avoid adding the workspace. Everything works really nicely without it and I don't get any issues, any at all really. Using Tree View works pretty well...
@fiatjaf This is JDK 11? What repo is `com.fiatjaf:immortan_2.13:0.7.1-SNAPSHOT` in? Gradle can't find it for me... ``` * What went wrong: Execution failed for task ':app:bloopInstall'. > Could not resolve...
@ckipp01 I ran `./gradlew projects` to just get some info. That immediately failed with `Unsupported class file major version 61` (Gradle 6.6 doesn't support jdk17) so I switched from JDK...
@ckipp01 I often use the `--stacktrace` option e.g. `./gradlew bloopInstall --stacktrace` to get the detail but I didn't need it here.
@fiatjaf What's the current error you're getting when trying `./gradlew bloopInstall`?
@fiatjaf Yes - I can see that now. All compilation failures. So the import is successful (to a point) You're using `apply plugin: "scala.android"`? The `Bloop` plugin doesn't support that,...
@fiatjaf Is this plugin still supported? The last commit was 6 years ago and the supported Scala and Gradle versions are very old... 
@fiatjaf Which dependency is the `com.samourai.wallet.schnorr.Schnorr` class coming from?
@fiatjaf OK - well I can get it building but only by manually creating a `scala` section in the `.bloop` files which isn't sustainable. So Bloop + Metals will work...