The current instruction is as follow: flutter/packages/flutter_tools/lib/src/android/gradle_errors.dart Lines 448 to 454 in 6a0e0bf '${globals.logger.terminal.warningMark} Your project requires a newer version of the Kotlin Gradle plugin...
2 changes: 1 addition & 1 deletion 2 buildSrc/build.gradle.kts Original file line numberDiff line numberDiff line change @@ -25,5 +25,5 @@ sourceSets { } dependencies { implementation(kotlin("gradle-plugin", "1.8.10")) implementation(kotlin("gradle-plugin", "1.9.23")) } 0 comments...
com.linsage (1.0.6), de.u-mass.idea.copyConstructor (1.2), marcglasberg.HibernateInspectionsPlugin (1.1), org.sonarlint.idea (4.16.0.31683), com.deadlock.scsyntax (211.6693.111), com.ifengxue.plugin.jpa-support (2.0.7-RC3), org.jetbrains.kotlin (211-1.5.0-release-759-IJ6693.72), com...
Update the Kotlin version ext.kotlin_version inside the project-level build.gradle (Check the latest version here) Starting from Android SDK version 33, ‘compileSdkVersion‘ is deprecated. Therefore, replace it with ‘compileSdk‘ and always target and compile using the latest SDK version. Remove...
如果您的 Gradle 测试被带有自定义 displayName 属性的标注(例如,带有 @DisplayName 注解的 JUnit 5 测试),那么在升级 TeamCity 后,它们的名称将会发生变化。 这可能会破坏相应构建中的测试和调查历史记录。 为了防止这种情况,您可以考虑使用 teamcity.internal.gradle.testNameFormat=name 内部属性将行为切换回来。
I get an "update kotlin plugin" popup from time to time, like this: A new version 211-1.5.10-release-891-IJ7142.45 of the Kotlin plugin is available. but whenever I try to install it I get a message: Downloaded version (1.3.72-release-IJ2020.1-5) is older than the currently installe...
如果您的 Gradle 测试被带有自定义 displayName 属性的标注(例如,带有 @DisplayName 注解的 JUnit 5 测试),那么在升级 TeamCity 后,它们的名称将会发生变化。 这可能会破坏相应构建中的测试和调查历史记录。 为了防止这种情况,您可以考虑使用 teamcity.internal.gradle.testNameFormat=name 内部属性将行为切换回来。
--- a/settings.gradle +++ b/settings.gradle @@ -1,6 +1,6 @@ pluginManagement { - def agpVersion = "7.2.1" - def kotlinVersion = "1.7.0" + def agpVersion = "7.2.2" + def kotlinVersion = "1.7.10" repositories { gradlePluginPortal() ...
-kotlin = "1.8.21" +agp = "8.2.0-alpha15" +kotlin = "1.9.0" [libraries] -androidx-activity-ktx = "androidx.activity:activity-ktx:1.7.1" +androidx-activity-ktx = "androidx.activity:activity-ktx:1.7.2" androidx-annotation = "androidx.annotation:annotation:1.6.0" androidx-appcompat...
The compiler, which will become the default soon, leverages in-memory caches living in the Gradle daemon across builds, thus making it significantly faster, Champeau said. Gradle 3.4 also features a Java library plugin for building a component for use as a dependency from another project. This...