Advertisement
Guest User

Untitled

a guest
Jul 19th, 2022
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.07 KB | None | 0 0
  1. > Configure project :app
  2. The AbstractArchiveTask.destinationDir property has been deprecated. This is scheduled to be removed in Gradle 8.0. Please use the destinationDirectory property instead. See https://docs.gradle.org/7.4/dsl/org.gradle.api.tasks.bundling.AbstractArchiveTask.html#org.gradle.api.tasks.bundling.AbstractArchiveTask:destinationDir for more details.
  3. at FlutterPlugin$_addFlutterTasks_closure21$_closure47.doCall(/Users/me/development/flutter/packages/flutter_tools/gradle/flutter.gradle:917)
  4. (Run with --stacktrace to get the full stack trace of this deprecation warning.)
  5. The AbstractArchiveTask.archiveName property has been deprecated. This is scheduled to be removed in Gradle 8.0. Please use the archiveFileName property instead. See https://docs.gradle.org/7.4/dsl/org.gradle.api.tasks.bundling.AbstractArchiveTask.html#org.gradle.api.tasks.bundling.AbstractArchiveTask:archiveName for more details.
  6. at FlutterPlugin$_addFlutterTasks_closure21$_closure47.doCall(/Users/me/development/flutter/packages/flutter_tools/gradle/flutter.gradle:918)
  7. (Run with --stacktrace to get the full stack trace of this deprecation warning.)
  8.  
  9. > Configure project :launch_review
  10. The RepositoryHandler.jcenter() method has been deprecated. This is scheduled to be removed in Gradle 8.0. JFrog announced JCenter's sunset in February 2021. Use mavenCentral() instead. Consult the upgrading guide for further information: https://docs.gradle.org/7.4/userguide/upgrading_version_6.html#jcenter_deprecation
  11. at build_6jo5blpky8068uyqyycprnayj$_run_closure1$_closure2.doCall(/Users/me/.pub-cache/hosted/pub.dartlang.org/launch_review-3.0.1/android/build.gradle:7)
  12. (Run with --stacktrace to get the full stack trace of this deprecation warning.)
  13.  
  14. > Task :app:compileDebugKotlin FAILED
  15. e: /Users/me/Documents/Flutter/r6stats/android/app/src/main/kotlin/com/example/firstapp/MainActivity.kt: (5, 7): Redeclaration: MainActivity
  16. e: /Users/me/Documents/Flutter/r6stats/android/app/src/main/kotlin/com/example/r6stats/MainActivity.kt: (5, 7): Redeclaration: MainActivity
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement