Skip to content

Commit

Permalink
merge develop
Browse files Browse the repository at this point in the history
  • Loading branch information
mrZizik committed Oct 3, 2023
2 parents 4103d86 + 32e55c2 commit 489510b
Show file tree
Hide file tree
Showing 34 changed files with 2 additions and 137 deletions.
4 changes: 0 additions & 4 deletions common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -106,10 +106,6 @@ android {
}
}

kotlin {
jvmToolchain(11)
}

namespace 'jp.co.soramitsu.common'
}

Expand Down
4 changes: 0 additions & 4 deletions common_wallet/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,6 @@ android {
}
}
namespace 'jp.co.soramitsu.common_wallet'

kotlin {
jvmToolchain(11)
}
}

dependencies {
Expand Down
4 changes: 0 additions & 4 deletions core_db/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,6 @@ android {
}
}
namespace 'com.example.core_db'

kotlin {
jvmToolchain(11)
}
}

class RoomSchemaArgProvider implements CommandLineArgumentProvider {
Expand Down
4 changes: 0 additions & 4 deletions core_di/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,6 @@ android {
}
}
namespace 'jp.co.soramitsu.core_di'

kotlin {
jvmToolchain(11)
}
}

dependencies {
Expand Down
5 changes: 1 addition & 4 deletions demeter/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ android {
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}
}

composeOptions {
kotlinCompilerExtensionVersion versions.composeCompiler
}
Expand Down Expand Up @@ -52,10 +53,6 @@ android {
dimension 'default'
}
}

kotlin {
jvmToolchain(11)
}
}

dependencies {
Expand Down
4 changes: 0 additions & 4 deletions feature_account_api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,6 @@ android {
}
}
namespace 'jp.co.soramitsu.feature_account_api'

kotlin {
jvmToolchain(11)
}
}

dependencies {
Expand Down
4 changes: 0 additions & 4 deletions feature_account_impl/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,6 @@ android {
}
}
namespace 'jp.co.soramitsu.feature_account_impl'

kotlin {
jvmToolchain(11)
}
}

dependencies {
Expand Down
4 changes: 0 additions & 4 deletions feature_assets_api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,6 @@ android {
}
}
namespace 'jp.co.soramitsu.feature_assets_api'

kotlin {
jvmToolchain(11)
}
}

dependencies {
Expand Down
4 changes: 0 additions & 4 deletions feature_assets_impl/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,6 @@ android {
}
}
namespace 'jp.co.soramitsu.feature_assets_impl'

kotlin {
jvmToolchain(11)
}
}

dependencies {
Expand Down
4 changes: 0 additions & 4 deletions feature_blockexplorer_api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,6 @@ android {
dimension 'default'
}
}

kotlin {
jvmToolchain(11)
}
}

dependencies {
Expand Down
4 changes: 0 additions & 4 deletions feature_blockexplorer_impl/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,6 @@ android {
dimension 'default'
}
}

kotlin {
jvmToolchain(11)
}
}

dependencies {
Expand Down
4 changes: 0 additions & 4 deletions feature_ecosystem_api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,6 @@ android {
}
}
namespace 'jp.co.soramitsu.feature_ecosystem_api'

kotlin {
jvmToolchain(11)
}
}

dependencies {
Expand Down
4 changes: 0 additions & 4 deletions feature_ecosystem_impl/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,6 @@ android {
}
}
namespace 'jp.co.soramitsu.feature_ecosystem_impl'

kotlin {
jvmToolchain(11)
}
}

dependencies {
Expand Down
4 changes: 0 additions & 4 deletions feature_ethereum_api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,6 @@ android {
}
}
namespace 'jp.co.soramitsu.feature_ethereum_api'

kotlin {
jvmToolchain(11)
}
}

dependencies {
Expand Down
4 changes: 0 additions & 4 deletions feature_ethereum_impl/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,6 @@ android {
}
}
namespace 'jp.co.soramitsu.feature_ethereum_impl'

kotlin {
jvmToolchain(11)
}
}

dependencies {
Expand Down
4 changes: 0 additions & 4 deletions feature_main_api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,6 @@ android {
}
}
namespace 'jp.co.soramitsu.feature_main_api'

kotlin {
jvmToolchain(11)
}
}

dependencies {
Expand Down
4 changes: 0 additions & 4 deletions feature_main_impl/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,6 @@ android {
kotlinCompilerExtensionVersion versions.composeCompiler
}
namespace 'jp.co.soramitsu.feature_main_impl'

kotlin {
jvmToolchain(11)
}
}

dependencies {
Expand Down
4 changes: 0 additions & 4 deletions feature_multiaccount_api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,6 @@ android {
}
}
namespace 'jp.co.soramitsu.feature_multiaccount_api'

kotlin {
jvmToolchain(11)
}
}

dependencies {
Expand Down
5 changes: 1 addition & 4 deletions feature_multiaccount_impl/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,6 @@ android {
}
}
namespace 'jp.co.soramitsu.feature_multiaccount_impl'

kotlin {
jvmToolchain(11)
}
}

dependencies {
Expand Down Expand Up @@ -118,6 +114,7 @@ dependencies {
implementation composeConstraintLayoutDep
implementation composeLiveDataDep
implementation navigationComposeDep

implementation xbackupDep
implementation sharedFeaturesModelsDep
debugImplementation composeToolingDep
Expand Down
4 changes: 0 additions & 4 deletions feature_polkaswap_api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,6 @@ android {
}
}
namespace 'jp.co.soramitsu.feature_polkaswap_api'

kotlin {
jvmToolchain(11)
}
}

dependencies {
Expand Down
4 changes: 0 additions & 4 deletions feature_polkaswap_impl/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,6 @@ android {
}
}
namespace 'jp.co.soramitsu.feature_polkaswap_impl'

kotlin {
jvmToolchain(11)
}
}

dependencies {
Expand Down
4 changes: 0 additions & 4 deletions feature_referral_api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,6 @@ android {
}
}
namespace 'jp.co.soramitsu.feature_referral_api'

kotlin {
jvmToolchain(11)
}
}

dependencies {
Expand Down
4 changes: 0 additions & 4 deletions feature_referral_impl/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,6 @@ android {
}
}
namespace 'jp.co.soramitsu.feature_referral_impl'

kotlin {
jvmToolchain(11)
}
}

dependencies {
Expand Down
4 changes: 0 additions & 4 deletions feature_select_node_api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,6 @@ android {
dimension 'default'
}
}

kotlin {
jvmToolchain(11)
}
}

dependencies {
Expand Down
4 changes: 0 additions & 4 deletions feature_select_node_impl/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,6 @@ android {
}
}
namespace 'jp.co.soramitsu.feature_select_node_impl'

kotlin {
jvmToolchain(11)
}
}

dependencies {
Expand Down
4 changes: 0 additions & 4 deletions feature_sora_card_api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,6 @@ android {
}
}
namespace 'jp.co.soramitsu.feature_sora_card_api'

kotlin {
jvmToolchain(11)
}
}

dependencies {
Expand Down
4 changes: 0 additions & 4 deletions feature_sora_card_impl/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,6 @@ android {
}
}
namespace 'jp.co.soramitsu.feature_sora_card_impl'

kotlin {
jvmToolchain(11)
}
}

dependencies {
Expand Down
4 changes: 0 additions & 4 deletions feature_wallet_api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,6 @@ android {
}
}
namespace 'jp.co.soramitsu.feature_wallet_api'

kotlin {
jvmToolchain(11)
}
}

dependencies {
Expand Down
4 changes: 0 additions & 4 deletions feature_wallet_impl/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,6 @@ android {
}
}
namespace 'jp.co.soramitsu.feature_wallet_impl'

kotlin {
jvmToolchain(11)
}
}

dependencies {
Expand Down
4 changes: 0 additions & 4 deletions network/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,6 @@ android {
}
}
namespace 'jp.co.soramitsu.network'

kotlin {
jvmToolchain(11)
}
}

dependencies {
Expand Down
4 changes: 0 additions & 4 deletions soracrypro/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,6 @@ android {
}
}
namespace 'jp.co.soramitsu.soracrypro'

kotlin {
jvmToolchain(11)
}
}

dependencies {
Expand Down
5 changes: 0 additions & 5 deletions sorasubstrate/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ android {
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}
}

flavorDimensions "default"

productFlavors {
Expand All @@ -49,10 +48,6 @@ android {
}
}
namespace 'jp.co.soramitsu.sora.substrate'

kotlin {
jvmToolchain(11)
}
}

dependencies {
Expand Down
4 changes: 0 additions & 4 deletions test_data/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,6 @@ android {
}
}
namespace 'jp.co.soramitsu.test_data'

kotlin {
jvmToolchain(11)
}
}

dependencies {
Expand Down
4 changes: 0 additions & 4 deletions test_shared/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@ android {
}
}
namespace 'jp.co.soramitsu.test_shared'

kotlin {
jvmToolchain(11)
}
}

dependencies {
Expand Down

0 comments on commit 489510b

Please sign in to comment.