Skip to content

Commit 3c7eb4a

Browse files
committed
build.gradle: Remove 'libs' dir from classpath
We don't use or have this directory, and this gets rid of a warning on every build. Signed-off-by: Álvaro Brey Vilas <[email protected]>
1 parent bacee87 commit 3c7eb4a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

build.gradle

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,6 @@ repositories {
3636
maven { url "https://jitpack.io" }
3737
maven { url "https://maven.pkg.jetbrains.space/public/p/kotlinx-html/maven" }
3838

39-
flatDir {
40-
dirs 'libs'
41-
}
42-
4339
mavenCentral()
4440
}
4541

0 commit comments

Comments
 (0)