Skip to content

Commit 358b15b

Browse files
chore(deps): update dependency gradle to v7.4 (#25)
* chore(deps): update dependency gradle to v7.4 * Remove opt-in for version catalogs Co-authored-by: Peter Trifaniov <peter.trifanov@mail.ru>
1 parent 856fd6a commit 358b15b

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

buildSrc/settings.gradle.kts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
enableFeaturePreview("VERSION_CATALOGS")
2-
31
dependencyResolutionManagement {
42
versionCatalogs {
53
create("libs") {
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionSha256Sum=b586e04868a22fd817c8971330fec37e298f3242eb85c374181b12d637f80302
4-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-bin.zip
3+
distributionSha256Sum=8cc27038d5dbd815759851ba53e70cf62e481b87494cc97cfd97982ada5ba634
4+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-bin.zip
55
zipStoreBase=GRADLE_USER_HOME
66
zipStorePath=wrapper/dists

settings.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
rootProject.name = "kotlin-multiplatform-diff"
2-
enableFeaturePreview("VERSION_CATALOGS")
32

43
dependencyResolutionManagement {
54
repositories {

0 commit comments

Comments
 (0)