Test commit 1
diff --git a/.space/devfile.yaml b/.space/devfile.yaml new file mode 100644 index 0000000..a0aad4e --- /dev/null +++ b/.space/devfile.yaml
@@ -0,0 +1,10 @@ +schemaVersion: 2.2.0 +attributes: + space: + instanceType: regular + editor: + type: Fleet +components: + - name: kotlin-build-env + container: + image: registry.jetbrains.team/p/kt/containers/kotlin-build-env:v1 \ No newline at end of file
diff --git a/gradle.properties b/gradle.properties index b92886e..42d641f 100644 --- a/gradle.properties +++ b/gradle.properties
@@ -1,5 +1,5 @@ org.gradle.jvmargs=-Duser.country=US -Dfile.encoding=UTF-8 -Dorg.gradle.internal.publish.checksums.insecure=true - +##test1 systemProp.file.encoding=UTF-8 systemProp.user.country=US # Enable new incremental compiation @@ -137,4 +137,4 @@ # ===================== # Enable new dependency resolution | KT-58319 -kotlin.mpp.import.enableKgpDependencyResolution=true \ No newline at end of file +kotlin.mpp.import.enableKgpDependencyResolution=true