Skip to content

Commit

Permalink
[Oztechan/CCC#2539] Remove not needed UnstableApiUsage suppresses
Browse files Browse the repository at this point in the history
  • Loading branch information
mustafaozhan committed Jul 30, 2023
1 parent fd32c00 commit 096338b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions basemob/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ android {
}
}

@Suppress("UnstableApiUsage")
buildFeatures {
viewBinding = true
dataBinding = true
Expand All @@ -47,7 +46,6 @@ tasks {

register("androidSourcesJar", Jar::class) {
archiveClassifier.set("sources")
@Suppress("UnstableApiUsage")
from(android.sourceSets.getByName("main").kotlin.srcDirs().toString())
}
}
Expand Down

0 comments on commit 096338b

Please sign in to comment.