2 커밋 9e60a28250 ... a52a4fc728

작성자 SHA1 메시지 날짜
  yangrenwei a52a4fc728 Merge remote-tracking branch 'origin/master' 3 년 전
  yangrenwei e3eefddcff 1 3 년 전
2개의 변경된 파일13개의 추가작업 그리고 0개의 파일을 삭제
  1. 10 0
      .idea/runConfigurations.xml
  2. 3 0
      .vscode/settings.json

+ 10 - 0
.idea/runConfigurations.xml

@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project version="4">
+  <component name="RunConfigurationProducerService">
+    <option name="ignoredProducers">
+      <set>
+        <option value="com.android.tools.idea.compose.preview.runconfiguration.ComposePreviewRunConfigurationProducer" />
+      </set>
+    </option>
+  </component>
+</project>

+ 3 - 0
.vscode/settings.json

@@ -0,0 +1,3 @@
+{
+    "java.configuration.updateBuildConfiguration": "interactive"
+}