05nelsonm / kmp-tor

Kotlin Multiplatform Library for embedding Tor into your applications
Apache License 2.0
33 stars 5 forks source link

Fix publication metadata `unique_name` attribute #538

Closed 05nelsonm closed 1 month ago

05nelsonm commented 1 month ago

See https://youtrack.jetbrains.com/issue/KT-66568/w-KLIB-resolver-The-same-uniquename...-found-in-more-than-one-library

Need a gradle task to ensure that the unique_name field is prefixed with the library group name. The K2 compiler will fail compilation for native builds if 2 or more dependencies share the same unique_name attribute (such as runtime_commonMain)