We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4597983 commit f1b0654Copy full SHA for f1b0654
client/build.gradle.kts
@@ -10,7 +10,7 @@ java {
10
kotlin {
11
sourceSets {
12
val main by getting {
13
- kotlin.srcDir("src/main/kotlin") // مسیر generator
+ kotlin.srcDir("src/main/kotlin")
14
}
15
val test by getting {
16
kotlin.srcDir("src/test/kotlin")
0 commit comments