Skip to content

Commit 023bfd2

Browse files
authored
Decoupling Base.getSketchbookFolder() (#1334)
* Decoupling sketchbook * Added settings override * Revert "Added settings override" This reverts commit 387aa8e. * Moved sketchbook override * Using assertEquals * Stop using the private field internally
1 parent d1641a2 commit 023bfd2

25 files changed

+125
-387
lines changed

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ sourceSets{
3535
srcDirs("src")
3636
}
3737
resources{
38-
srcDirs("resources", listOf("languages", "fonts", "theme").map { "../build/shared/lib/$it" })
38+
srcDirs("resources", listOf("fonts", "theme").map { "../build/shared/lib/$it" })
3939
}
4040
}
4141
test{
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)