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
This is my repository https://github.com/storytellerF/Bi2. When I complie project by gradlew build, It can never be completed, it always execute linkReleasFrameworkIosXXX task.
i: com.squareup.wire:wire-runtime @ /Users/runner/work/wire/wire/wire-runtime/src/commonMain/kotlin/com/squareup/wire/ProtoReader.kt:170:42: Constructor 'EOFException.' can not be called: The call site provides less value arguments (0) than the constructor requires (1)
i: com.squareup.wire:wire-runtime @ /Users/runner/work/wire/wire/wire-runtime/src/commonMain/kotlin/com/squareup/wire/ProtoReader.kt:253:11: Constructor 'EOFException.' can not be called: The call site provides less value arguments (0) than the constructor requires (1)
i: com.squareup.wire:wire-runtime @ /Users/runner/work/wire/wire/wire-runtime/src/nativeMain/kotlin/com/squareup/wire/internal/-Platform.kt:28:47: Constructor 'IOException.' can not be called: The call site provides less value arguments (0) than the constructor requires (1)
<============-> 97% EXECUTING [1h 6m 54s]
IDLE
IDLE
IDLE
:composeApp:linkReleaseFrameworkIosX64
:composeApp:linkReleaseFrameworkIosArm64
IDLE
:composeApp:linkReleaseFrameworkIosSimulatorArm64
IDLE
When I remove wire, total complie only need 7 minutes.
The text was updated successfully, but these errors were encountered:
This is my repository https://github.com/storytellerF/Bi2. When I complie project by
gradlew build
, It can never be completed, it always execute linkReleasFrameworkIosXXX task.When I remove wire, total complie only need 7 minutes.
The text was updated successfully, but these errors were encountered: