File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
hll/dynamodb-mapper/dynamodb-mapper Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change 6969
7070// FIXME This is a dirty hack for JVM-only builds which KSP doesn't consider to be "multiplatform". Explanation of
7171// hack follows in narrative, minimally-opinionated comments.
72+ // FIXME We previously had a NATIVE_ENABLED branch here, but it failed with circular dependencies:
73+ // Circular dependency between the following tasks:
74+ // :hll:dynamodb-mapper:dynamodb-mapper:compileCommonMainKotlinMetadata
75+ // \--- :hll:dynamodb-mapper:dynamodb-mapper:kspJvmAndNativeMainKotlinMetadata
76+ // +--- :hll:dynamodb-mapper:dynamodb-mapper:compileCommonMainKotlinMetadata (*)
77+ // \--- :hll:dynamodb-mapper:dynamodb-mapper:metadataCommonMainClasses
78+ // \--- :hll:dynamodb-mapper:dynamodb-mapper:compileCommonMainKotlinMetadata (*)
7279
7380// Start by invoking the JVM-only KSP configuration
7481dependencies.kspJvm(project(" :hll:dynamodb-mapper:dynamodb-mapper-ops-codegen" ))
You can’t perform that action at this time.
0 commit comments