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
I missed something?
thanks
Hi, I tried gradle build, but failed with:
FAILURE: Build failed with an exception.
Execution failed for task ':compileKotlin'.
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