You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Are you developing an Android app? If yes, please provide the OS version.
No response
📝 Description
Hi,
we are using foundry for solidity development.
In order to keep our src/main folder clean and make development easier, we moved the foundry project from src/main/solidity to solidity.
The result is: Failed to load foundry config: Could not find file src/main/solidity/foundry.toml
I think this is a lazy evaluation issue and could be fixed by switching to from String to Property<String>.
The RegularFile should be a RegularFileProperty and everything becomes lazy.
Thanks for reporting this issue - was able to replicate it locally and prepared a fix.
Can you try the changes in the PR to make sure it now works for you? Instructions for locally testing the plugin are documented in ethers-abigen-plugin/README.md. Happy to help you with setting it up if you encounter any issues!
Thanks for the quick fix.
I found some more issues regarding the general design of this plugin, but this is a new feature request and needs some discussions upfront.
Module
Other
What version of
ethers-kt
are you using?1.2.0
What version of
Java
you are working on?21.0.4 (Eclipse Adoptium 21.0.4+7-LTS)
Are you developing an
Android
app? If yes, please provide the OS version.No response
📝 Description
Hi,
we are using foundry for solidity development.
In order to keep our src/main folder clean and make development easier, we moved the foundry project from src/main/solidity to solidity.
Configuration:
The result is:
Failed to load foundry config: Could not find file src/main/solidity/foundry.toml
I think this is a lazy evaluation issue and could be fixed by switching to from
String
toProperty<String>
.The
RegularFile
should be aRegularFileProperty
and everything becomes lazy.Example:
Thanks for the project, blockchain on the JVM needs some love ...
📑 Stack trace
No response
💻 Code to reproduce the bug
build.gradle.kts
The text was updated successfully, but these errors were encountered: