Skip to content

Commit f1b0654

Browse files
fixed some bugs
1 parent 4597983 commit f1b0654

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ java {
1010
kotlin {
1111
sourceSets {
1212
val main by getting {
13-
kotlin.srcDir("src/main/kotlin") // مسیر generator
13+
kotlin.srcDir("src/main/kotlin")
1414
}
1515
val test by getting {
1616
kotlin.srcDir("src/test/kotlin")

0 commit comments

Comments
 (0)