We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dependsOn()
After the latest dependency bump, there is a new compile time warning:
The Default Kotlin Hierarchy Template was not applied to 'project ':bip39-lib'': Explicit .dependsOn() edges were configured for the following source sets: [iosArm64Main, iosArm64Test, iosSimulatorArm64Main, iosSimulatorArm64Test, iosX64Main, iosX64Test, linuxX64Main, linuxX64Test, macosArm64Main, macosArm64Test, macosX64Main, macosX64Test, mingwMain, mingwX64Main, mingwX64Test, nonJvmMain, tvosArm64Main, tvosArm64Test, tvosSimulatorArm64Main, tvosSimulatorArm64Test, tvosX64Main, tvosX64Test, unixMain, watchosArm32Main, watchosArm32Test, watchosArm64Main, watchosArm64Test, watchosSimulatorArm64Main, watchosSimulatorArm64Test, watchosX64Main, watchosX64Test] Consider removing dependsOn-calls or disabling the default template by adding 'kotlin.mpp.applyDefaultHierarchyTemplate=false' to your gradle.properties
The text was updated successfully, but these errors were encountered:
solution for the BIP39 problem? Private key Or hash of transfer Or wallet.dat (encapsulate wallet )
Sorry, something went wrong.
No branches or pull requests
Is your feature request related to a problem? Please describe.
After the latest dependency bump, there is a new compile time warning:
Describe the solution you'd like
Alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: