Skip to content

Commit

Permalink
Remove deprecated Kotlin options and targets (#331)
Browse files Browse the repository at this point in the history
  • Loading branch information
erikc5000 committed May 19, 2023
1 parent 2955071 commit 658c070
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion buildSrc/src/main/kotlin/mpp-library.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ kotlin {
macosArm64(),
watchosArm64(),
watchosSimulatorArm64(),
watchosX86(),
watchosX64(),
tvosArm64(),
tvosX64(),
Expand Down
1 change: 0 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ releaseRepositoryUrl=https://oss.sonatype.org/service/local/staging/deploy/maven

kotlin.code.style=official
kotlin.mpp.stability.nowarn=true
kotlin.mpp.enableCompatibilityMetadataVariant=true

android.useAndroidX=true
android.disableAutomaticComponentCreation=true
Expand Down

0 comments on commit 658c070

Please sign in to comment.