Migrate settings.gradle to kotlin script

This commit is contained in:
Ensar Sarajčić 2023-08-03 16:13:16 +02:00
parent 079efbedb3
commit 651d3b041c

View file

@ -13,4 +13,4 @@ dependencyResolutionManagement {
maven { setUrl("https://jitpack.io") } maven { setUrl("https://jitpack.io") }
} }
} }
include ':app' include(":app")