Revert "trying to update up to gradle wrapper 8.1.1"

This reverts commit 5edb0e1331.
This commit is contained in:
2023-04-27 15:00:43 +06:00
parent 5edb0e1331
commit 58836359cc
12 changed files with 57 additions and 49 deletions

View File

@@ -21,3 +21,11 @@ kotlin {
}
}
}
android {
sourceSets {
main {
java.srcDirs += [ "src/jvmMain/kotlin" ]
}
}
}