Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
PankraSerg committed Aug 21, 2024
1 parent 92b87e7 commit 548fca2
Show file tree
Hide file tree
Showing 20 changed files with 6 additions and 38 deletions.
5 changes: 5 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,11 @@ allprojects {
}
}

configurations {
cleanedAnnotations
implementation.exclude group: 'com.intellij' , module:'annotations'
}

configurations.configureEach {
resolutionStrategy {
// add dependency substitution rules
Expand Down
2 changes: 0 additions & 2 deletions feature-account-api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ android {
jvmTarget = '17'
}

packaging { resources.excludes.add("META-INF/*") }

namespace 'jp.co.soramitsu.feature_account_api'
}

Expand Down
2 changes: 0 additions & 2 deletions feature-account-impl/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ android {
kotlinCompilerExtensionVersion composeCompilerVersion
}

packaging { resources.excludes.add("META-INF/*") }

namespace 'jp.co.soramitsu.feature_account_impl'
}

Expand Down
2 changes: 0 additions & 2 deletions feature-crowdloan-impl/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ android {
targetCompatibility = JavaVersion.VERSION_17
}

packaging { resources.excludes.add("META-INF/*") }

namespace 'jp.co.soramitsu.feature_crowdloan_impl'
}

Expand Down
2 changes: 0 additions & 2 deletions feature-nft-api/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ android {
kotlinOptions {
jvmTarget = "17"
}

packaging { resources.excludes.add("META-INF/*") }
}

dependencies {
Expand Down
2 changes: 0 additions & 2 deletions feature-nft-impl/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ android {
kotlinOptions {
jvmTarget = "17"
}

packaging { resources.excludes.add("META-INF/*") }
}

dependencies {
Expand Down
2 changes: 0 additions & 2 deletions feature-onboarding-api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ android {
jvmTarget = '17'
}

packaging { resources.excludes.add("META-INF/*") }

namespace 'jp.co.soramitsu.feature_onboarding_api'
}

Expand Down
2 changes: 0 additions & 2 deletions feature-onboarding-impl/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ android {
kotlinCompilerExtensionVersion composeCompilerVersion
}

packaging { resources.excludes.add("META-INF/*") }

namespace 'jp.co.soramitsu.feature_onboarding_impl'
}

Expand Down
2 changes: 0 additions & 2 deletions feature-polkaswap-api/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ android {
jvmTarget = "17"
}

packaging { resources.excludes.add("META-INF/*") }

namespace = "jp.co.soramitsu.feature_polkaswap_api"
}

Expand Down
2 changes: 0 additions & 2 deletions feature-polkaswap-impl/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ android {
jvmTarget = "17"
}

packaging { resources.excludes.add("META-INF/*") }

namespace = "jp.co.soramitsu.feature_polkaswap_impl"
}

Expand Down
2 changes: 0 additions & 2 deletions feature-soracard-api/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ android {
jvmTarget = "17"
}

packaging { resources.excludes.add("META-INF/*") }

namespace = "jp.co.soramitsu.feature_soracard_api"
}

Expand Down
2 changes: 0 additions & 2 deletions feature-soracard-impl/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ android {
jvmTarget = "17"
}

packaging { resources.excludes.add("META-INF/*") }

namespace = "jp.co.soramitsu.feature_soracard_impl"
}

Expand Down
2 changes: 0 additions & 2 deletions feature-splash/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ android {
jvmTarget = '17'
}

packaging { resources.excludes.add("META-INF/*") }

namespace 'jp.co.soramitsu.splash'
}

Expand Down
2 changes: 0 additions & 2 deletions feature-staking-api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ android {
targetCompatibility = JavaVersion.VERSION_17
}

packaging { resources.excludes.add("META-INF/*") }

namespace 'jp.co.soramitsu.feature_staking_api'
}

Expand Down
2 changes: 0 additions & 2 deletions feature-staking-impl/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ android {
targetCompatibility = JavaVersion.VERSION_17
}

packaging { resources.excludes.add("META-INF/*") }

namespace 'jp.co.soramitsu.feature_staking_impl'
}

Expand Down
2 changes: 0 additions & 2 deletions feature-success-impl/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ android {
jvmTarget = "17"
}

packaging { resources.excludes.add("META-INF/*") }

namespace = "jp.co.soramitsu.feature_success_impl"
}

Expand Down
2 changes: 0 additions & 2 deletions feature-wallet-api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ android {
targetCompatibility = JavaVersion.VERSION_17
}

packaging { resources.excludes.add("META-INF/*") }

namespace 'jp.co.soramitsu.feature_wallet_api'
}

Expand Down
3 changes: 1 addition & 2 deletions feature-wallet-impl/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,6 @@ android {
kotlinCompilerExtensionVersion composeCompilerVersion
}

packaging { resources.excludes.add("META-INF/*") }

namespace 'jp.co.soramitsu.feature_wallet_impl'
}

Expand Down Expand Up @@ -136,6 +134,7 @@ dependencies {
implementation libs.navigation.fragment.ktx
implementation libs.navigation.ui.ktx

// implementation libs.sharedFeaturesCoreDep, withoutAndroidFoundation
implementation libs.sharedFeaturesXcmDep, withoutAndroidFoundation
implementation libs.sharedFeaturesBackupDep, withoutAndroidFoundation

Expand Down
2 changes: 0 additions & 2 deletions feature-walletconnect-api/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ android {
kotlinOptions {
jvmTarget = "17"
}

packaging { resources.excludes.add("META-INF/*") }
}

dependencies {
Expand Down
2 changes: 0 additions & 2 deletions feature-walletconnect-impl/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ android {
kotlinOptions {
jvmTarget = "17"
}

packaging { resources.excludes.add("META-INF/*") }
}

dependencies {
Expand Down

0 comments on commit 548fca2

Please sign in to comment.