FYI there's still some targets missing for M5 I'll...
# kotest-contributors
b
FYI there's still some targets missing for M5 I'll be following up in a thread as i gather them
thank you color 1
androidNativex64
androidNativeX86
(i think this affects all kotest modules)
androidNativeArm32
androidNativeArm64
that's all,. seems like only the android native targets are missing
nope. wasmWasi is also missing
but now it's really all of them
e
Has kotest ever published androidNative?
Just asking, cause I tried to enable publication but there are none.. perhaps something else needs changing
b
we had that going with 6.0.0.M1
e
thx for confirming 🙂 found a clue in some build logs as well.. I'll try to fix it.
Copy code
> Task :kotest-common:publishAndroidNativeArm32PublicationToNmcpRepository SKIPPED
[task: :kotest-common:publishAndroidNativeArm32PublicationToNmcpRepository] publishing for MissingPublicationName is disabled

> Task :kotest-common:publishAndroidNativeArm64PublicationToNmcpRepository SKIPPED
[task: :kotest-common:publishAndroidNativeArm64PublicationToNmcpRepository] publishing for MissingPublicationName is disabled

> Task :kotest-common:publishAndroidNativeX64PublicationToNmcpRepository SKIPPED
[task: :kotest-common:publishAndroidNativeX64PublicationToNmcpRepository] publishing for MissingPublicationName is disabled

> Task :kotest-common:publishAndroidNativeX86PublicationToNmcpRepository SKIPPED
[task: :kotest-common:publishAndroidNativeX86PublicationToNmcpRepository] publishing for MissingPublicationName is disabled
👍 1
Think I managed to get them out now
👍 1