ioki-mobility / kmp-passenger-api

Kotlin Multiplatform ioki Passenger API
MIT License
1 stars 1 forks source link

Fix artifact name for the android target #39

Closed StefMa closed 1 month ago

StefMa commented 1 month ago

fixes #36

You can test it by running publiToMavLo task. Open ~/.m2. In this branch no library-android dir is published anymore. Instead a passenger-api-android exist.

AI summary: This pull request includes changes to the library/build.gradle.kts file to address an issue with the Android target in the Maven publication process. The most important changes involve adding a workaround to ensure proper handling of the Android target.

Workaround for Android target:

General cleanup: