Skip to content

Commit

Permalink
build: fix project config
Browse files Browse the repository at this point in the history
  • Loading branch information
ptitjes committed Jul 31, 2024
1 parent b9fc423 commit b121295
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 9 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,5 @@ out/
.idea/kotlinc.xml
.idea/artifacts
.idea/modules

.kotlin
5 changes: 4 additions & 1 deletion .idea/compiler.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions .idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ kotlin.code.style=official
kotlin.mpp.enableCInteropCommonization=true
kotlin.native.ignoreDisabledTargets=true
kotlin.native.ignoreIncorrectDependencies=true
kotlin.native.binary.memoryModel=experimental
#kotlin.native.binary.sourceInfoType=libbacktrace
kotlin.js.generate.executable.default=false
kotlin.mpp.stability.nowarn=true
Expand Down

0 comments on commit b121295

Please sign in to comment.