101
- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 1
-
101 commented, -
101 created a post, AnsweredIssues installing through Gradle
Hey all! I am trying to install Decompose through Gradle 8.0. I am doing it like this: kotlin { jvm { jvmToolchain(11) withJava() } sourceSets { val jvmMain by gettin...