Skip to content

Commit 458eafd

Browse files
committed
feat: Enable explicit API mode
1 parent ff8c953 commit 458eafd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

what-the-stack/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ android {
3636
androidExtensions {
3737
experimental = true
3838
}
39+
40+
kotlin {
41+
explicitApi()
42+
}
3943
}
4044

4145
dependencies {

0 commit comments

Comments
 (0)