arve
01/29/2025, 9:40 AMAlexander Sysoev
02/10/2025, 2:48 PMarve
02/11/2025, 12:35 AMincludeBuild(/path/to/kotlinx-rpc) in my project (as mentioned in contributing.md), i get the following error:
Settings file '/path/to/kotlinx-rpc/settings.gradle.kts' line: 26
Error resolving plugin [id: 'org.gradle.toolchains.foojay-resolver-convention', version: '0.9.0']
> A problem occurred configuring project ':kotlinx-rpc:gradle-plugin'.
> =========== Gradle Doctor Prescriptions ===========
| For faster builds, use the parallel GC. |
| Add -XX:+UseParallelGC to the org.gradle.jvmargs |
====================================================
This also happens if I make an empty gradle project which only contains includeBuild(/path/to/kotlinx-rpc) and nothing else.
In summary I’m struggling to get “my own bulid” of krpc up and running in order to test with some modificationsarve
02/11/2025, 12:36 AMarve
02/13/2025, 2:37 PM