Skip to content

Commit e4db3b9

Browse files
committed
Decoupling sketchbook
1 parent 11f1a1e commit e4db3b9

25 files changed

+115
-376
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{

0 commit comments

Comments
 (0)