Skip to content

Commit 40bb712

Browse files
committed
feat: rework project
removes injector / api remove SwingPanel use in compose (should fix linux)
1 parent 4f9758f commit 40bb712

File tree

598 files changed

+5252
-7740
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

598 files changed

+5252
-7740
lines changed

.fleet/receipt.json

-24
This file was deleted.

.github/workflows/ci.yml

-35
This file was deleted.

.github/workflows/nightly-win.yml

-36
This file was deleted.

.gitignore

+43-18
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,45 @@
1-
*.iml
21
.gradle
3-
**/build/
4-
xcuserdata
5-
!src/**/build/
6-
local.properties
7-
.idea
8-
.DS_Store
9-
captures
10-
.externalNativeBuild
11-
.cxx
12-
*.xcodeproj/*
13-
!*.xcodeproj/project.pbxproj
14-
!*.xcodeproj/xcshareddata/
15-
!*.xcodeproj/project.xcworkspace/
16-
!*.xcworkspace/contents.xcworkspacedata
17-
**/xcshareddata/WorkspaceSettings.xcsettings
2+
build/
3+
!gradle/wrapper/gradle-wrapper.jar
4+
!**/src/main/**/build/
5+
!**/src/test/**/build/
6+
7+
### IntelliJ IDEA ###
8+
.idea/modules.xml
9+
.idea/jarRepositories.xml
10+
.idea/compiler.xml
11+
.idea/libraries/
12+
*.iws
13+
*.iml
14+
*.ipr
15+
out/
16+
!**/src/main/**/out/
17+
!**/src/test/**/out/
18+
19+
### Kotlin ###
20+
.kotlin
21+
22+
### Eclipse ###
23+
.apt_generated
24+
.classpath
25+
.factorypath
26+
.project
27+
.settings
28+
.springBeans
29+
.sts4-cache
30+
bin/
31+
!**/src/main/**/bin/
32+
!**/src/test/**/bin/
33+
34+
### NetBeans ###
35+
/nbproject/private/
36+
/nbbuild/
37+
/dist/
38+
/nbdist/
39+
/.nb-gradle/
40+
41+
### VS Code ###
42+
.vscode/
1843

19-
composeApp/src/desktopMain/resources/injected-client.jar
20-
/.kotlin/
44+
### Mac OS ###
45+
.DS_Store

.idea/.name

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/codeStyles/Project.xml

+10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/codeStyles/codeStyleConfig.xml

+5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/gradle.xml

+17
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/kotlinc.xml

+6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/misc.xml

+8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)