Skip to content

gradle build fail #1

Description

@xbsura

Hi, I tried gradle build, but failed with:

Task :compileKotlin FAILED
e: /Users/xbsura/dev/stream-processing-compare/src/main/kotlin/chiw/spc/Playground.kt: (4, 32): Unresolved reference: descriptorForType
e: /Users/xbsura/dev/stream-processing-compare/src/main/kotlin/chiw/spc/proto/ProtobufTypeFactory.kt: (7, 51): Type argument is not within its bounds: should be subtype of 'GeneratedMessageV3!'
e: /Users/xbsura/dev/stream-processing-compare/src/main/kotlin/chiw/spc/types/CountryPortable.kt: (10, 36): Not enough information to infer type variable K
e: /Users/xbsura/dev/stream-processing-compare/src/main/kotlin/chiw/spc/types/CountryPortable.kt: (10, 50): Unresolved reference: CountryPortable
e: /Users/xbsura/dev/stream-processing-compare/src/main/kotlin/chiw/spc/types/CountryPortable.kt: (10, 67): Unresolved reference: countryName
e: /Users/xbsura/dev/stream-processing-compare/src/main/kotlin/chiw/spc/types/CountryPortable.kt: (11, 44): Unresolved reference: CountryPortable
e: /Users/xbsura/dev/stream-processing-compare/src/main/kotlin/chiw/spc/types/FlinkDataType.kt: (41, 21): Unresolved reference: CountryPortable
e: /Users/xbsura/dev/stream-processing-compare/src/main/kotlin/chiw/spc/types/FlinkDataType.kt: (41, 63): Unresolved reference: CountryPortable
e: /Users/xbsura/dev/stream-processing-compare/src/main/kotlin/chiw/spc/types/OrderPortable.kt: (11, 18): Unresolved reference: CountryPortable
e: /Users/xbsura/dev/stream-processing-compare/src/main/kotlin/chiw/spc/types/OrderPortable.kt: (11, 36): Unresolved reference: CountryPortable
e: /Users/xbsura/dev/stream-processing-compare/src/main/kotlin/chiw/spc/types/PortableBase.kt: (34, 29): Unresolved reference: CountryPortable
e: /Users/xbsura/dev/stream-processing-compare/src/main/kotlin/chiw/spc/types/PortableBase.kt: (34, 74): Unresolved reference: CountryPortable
e: /Users/xbsura/dev/stream-processing-compare/src/main/kotlin/chiw/spc/types/PortableBase.kt: (67, 29): Unresolved reference: CountryPortable
e: /Users/xbsura/dev/stream-processing-compare/src/main/kotlin/chiw/spc/types/PortableBase.kt: (67, 101): Unresolved reference: CountryPortable
e: /Users/xbsura/dev/stream-processing-compare/src/main/kotlin/chiw/spc/utils/MiscUtils.kt: (7, 23): Unresolved reference: CountryPortable
e: /Users/xbsura/dev/stream-processing-compare/src/main/kotlin/chiw/spc/utils/MiscUtils.kt: (40, 27): Unresolved reference: CountryPortable

FAILURE: Build failed with an exception.

  • What went wrong:
    Execution failed for task ':compileKotlin'.

Compilation error. See log for more details

  • Try:
    Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

  • Get more help at https://help.gradle.org

I missed something?

thanks

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions