Skip to content

Instantly share code, notes, and snippets.

@feresr
Created January 21, 2025 21:32
Show Gist options
  • Save feresr/0014abbc26372711cc7a5cba1b381b8f to your computer and use it in GitHub Desktop.
Save feresr/0014abbc26372711cc7a5cba1b381b8f to your computer and use it in GitHub Desktop.
Showing Recent Messages
Here are the highlights of this release:
- Support for Java 23
- Faster configuration cache
- Better configuration cache reports
For more details see https://docs.gradle.org/8.10.2/release-notes.html
Starting a Gradle Daemon (subsequent builds will be faster)
Type-safe project accessors is an incubating feature.
> Task :composeApp:checkSandboxAndWriteProtection
> Task :composeApp:checkKotlinGradlePluginConfigurationErrors SKIPPED
> Task :composeApp:convertXmlValueResourcesForAppleMain NO-SOURCE
> Task :composeApp:copyNonXmlValueResourcesForAppleMain NO-SOURCE
> Task :composeApp:prepareComposeResourcesTaskForAppleMain NO-SOURCE
> Task :composeApp:generateResourceAccessorsForAppleMain NO-SOURCE
> Task :composeApp:convertXmlValueResourcesForCommonMain NO-SOURCE
> Task :composeApp:copyNonXmlValueResourcesForCommonMain
> Task :composeApp:prepareComposeResourcesTaskForCommonMain
> Task :composeApp:generateResourceAccessorsForCommonMain
> Task :composeApp:convertXmlValueResourcesForIosArm64Main NO-SOURCE
> Task :composeApp:copyNonXmlValueResourcesForIosArm64Main NO-SOURCE
> Task :composeApp:prepareComposeResourcesTaskForIosArm64Main NO-SOURCE
> Task :composeApp:generateResourceAccessorsForIosArm64Main NO-SOURCE
> Task :composeApp:convertXmlValueResourcesForIosMain NO-SOURCE
> Task :composeApp:copyNonXmlValueResourcesForIosMain NO-SOURCE
> Task :composeApp:prepareComposeResourcesTaskForIosMain NO-SOURCE
> Task :composeApp:generateResourceAccessorsForIosMain NO-SOURCE
> Task :composeApp:convertXmlValueResourcesForNativeMain NO-SOURCE
> Task :composeApp:copyNonXmlValueResourcesForNativeMain NO-SOURCE
> Task :composeApp:prepareComposeResourcesTaskForNativeMain NO-SOURCE
> Task :composeApp:generateResourceAccessorsForNativeMain NO-SOURCE
> Task :composeApp:generateActualResourceCollectorsForIosArm64Main
> Task :composeApp:generateComposeResClass
> Task :composeApp:generateExpectResourceCollectorsForCommonMain
> Task :composeApp:kspKotlinIosArm64
Can't find env_blacklist file at /Users/local/.konan/kotlin-native-prebuilt-macos-x86_64-2.1.0/tools/env_blacklist.
> Task :composeApp:kspKotlinIosArm64 FAILED
> Task :composeApp:copyRoomSchemas NO-SOURCE
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':composeApp:kspKotlinIosArm64'.
> java.lang.ClassNotFoundException: org.jetbrains.kotlin.cli.utilities.MainKt
* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
> Get more help at https://help.gradle.org.
Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.
You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
For more on this, please refer to https://docs.gradle.org/8.10.2/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation.
BUILD FAILED in 2m 26s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment