DataDog / dd-sdk-kotlin-multiplatform

Datadog SDK for Kotlin Multiplatform
Apache License 2.0
4 stars 0 forks source link

Align Kotlin JVM target with Java for the buildscript #8

Closed 0xnm closed 5 months ago

0xnm commented 5 months ago

What does this PR do?

Minor change to align targets between Kotlin and Java for the buildscript, otherwise iOS app build from XCode doesn't work (it calls Gradle task as a build step), while working from Android Studio by some reason.

Review checklist (to be filled by reviewers)