eygraber
10/29/2024, 7:25 PM./gradlew assemble
as part of my PR check, and I'm noticing that the link*FrameworkIos*
tasks are taking a very long time.
I'd like to exclude them from running so the checks finish faster, but would I be missing any potential issues by doing that, or would any Kotlin related issues get caught by other tasks?Jason
10/29/2024, 8:10 PMeygraber
10/29/2024, 8:14 PMassemble
for all targets that I support (android, ios, jvm, js, and wasmJs) and keeping track of all those tasks can get painful if I start specifying each one.Jason
10/29/2024, 8:16 PMeygraber
10/29/2024, 8:19 PMJason
10/29/2024, 8:22 PMJason
10/29/2024, 8:23 PMeygraber
10/29/2024, 8:28 PMlinkReleaseFrameworkIosX64
) was ~13 minutes.Jason
10/29/2024, 8:32 PMjw
10/29/2024, 8:55 PMJason
10/29/2024, 9:18 PMassembleDebug
or assembleRelease
would be much faster than ./gradlew assemble
right? Is that what your talking about?jw
10/29/2024, 9:18 PMjw
10/29/2024, 9:20 PMeygraber
10/29/2024, 9:23 PMlinkDebugFrameworkIosX64
takes ~10 minutes so it's still pretty long.Jason
10/29/2024, 11:27 PMtransitiveExport = true
?Jason
10/29/2024, 11:27 PM