Skip to content

Commit

Permalink
Update api build.gradle to enable explicitApi() (ankidroid#15709)
Browse files Browse the repository at this point in the history
  • Loading branch information
ro4i7 authored Feb 29, 2024
1 parent 54dde69 commit debb686
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions api/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ plugins {
group = "com.ichi2.anki"
version = "2.0.0"

kotlin {
explicitApi()
}

android {
namespace = "com.ichi2.anki.api"
compileSdk = 34
Expand Down

0 comments on commit debb686

Please sign in to comment.