saschpe / Kase64

Base64 encoder/decoder for Kotlin/Multiplatform. Supports Android, iOS, JavaScript and plain JVM environments.
Apache License 2.0
30 stars 4 forks source link

Add missing tvosSimulatorArm64 target #28

Open sebleclerc opened 3 months ago

saschpe commented 3 months ago

Try ./gradlew publishToMavenLocal

sebleclerc commented 3 months ago

Indeed, there is an error while executing task :kase64:signAndroidDebugPublication. This error is present on main branch on the main repo. It doesn't seems to be related to this change.