Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
soywiz committed Jul 25, 2024
1 parent 2f709bf commit d7d186c
Show file tree
Hide file tree
Showing 21 changed files with 3,728 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
# korlibs-library-template
# korlibs-template
4 changes: 0 additions & 4 deletions korlibs-simple/src/korlibs/simple/Simple.kt

This file was deleted.

File renamed without changes.
8 changes: 5 additions & 3 deletions korlibs-simple/module.yaml → korlibs-template/module.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@ product:

apply: [ ../common.module-template.yaml ]

aliases:
- jvmAndAndroid: [jvm, android]

dependencies:
- com.soywiz:korlibs-serialization:6.0.0: exported
- com.soywiz:korlibs-platform:6.0.0: exported
- com.soywiz:korlibs-string:6.0.0
- org.jetbrains.kotlinx:atomicfu:0.24.0: exported

test-dependencies:
- org.jetbrains.kotlinx:kotlinx-coroutines-test:1.9.0-RC

679 changes: 679 additions & 0 deletions korlibs-template/src/korlibs/template/Korte.kt

Large diffs are not rendered by default.

Loading

0 comments on commit d7d186c

Please sign in to comment.