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
When using the plugin in a Kotlin project, the compileKotlin task comes before compileSolidity and generateContractWrappers. This means that if you have Kotlin code trying to use the generated contracts in the same module as where they are created they will not be found.
When using the plugin in a Kotlin project, the
compileKotlin
task comes beforecompileSolidity
andgenerateContractWrappers
. This means that if you have Kotlin code trying to use the generated contracts in the same module as where they are created they will not be found.There was a similar issue with the protobuf plugin google/protobuf-gradle-plugin#100.
The text was updated successfully, but these errors were encountered: