/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

ncorti.com
| | blog.gradle.org
4.8 parsecs away

Travel
| | [AI summary] This article announces the November 2024 Early Access Preview 2 for Declarative Gradle, detailing new features in the Declarative Configuration Language (DCL), expanded Android Studio support, and integration with other IDEs.
| | developernote.com
3.4 parsecs away

Travel
| | [AI summary] The user is encountering issues while upgrading their Android project to use Yandex Ad SDK version 7.2 and Gradle plugin version 8.3. The main problems include build errors related to the Android Gradle plugin, conflicts with dependencies, and increased APK size. The user has also tried upgrading Gradle wrapper to version 8.4 but the issues persist.
| | adambennett.dev
3.0 parsecs away

Travel
| | Android Bennett's blog :: android, kotlin, thoughts, opinions, occasional rants
| | blog.kdgregory.com
26.1 parsecs away

Travel
| When I want to package a Java application in a single JAR with all of its dependencies, I normally turn to Maven's Shade plugin. This ...