Upgrade Kotlin to 2.1.0 and implement database layer
Updated the Kotlin multiplatform plugin to version 2.1.0 and added the necessary dependency for the Kotlin-simple-logging library. Introduced new components, `Database.kt` and `Migrations.kt`, to manage database connections and migrations, along with adjustments to build configuration artifacts.
This commit is contained in:
4
.idea/artifacts/template_jvm_1_0_0_SNAPSHOT.xml
generated
4
.idea/artifacts/template_jvm_1_0_0_SNAPSHOT.xml
generated
@@ -1,6 +1,8 @@
|
||||
<component name="ArtifactManager">
|
||||
<artifact type="jar" name="template-jvm-1.0.0-SNAPSHOT">
|
||||
<output-path>$PROJECT_DIR$/build/libs</output-path>
|
||||
<root id="archive" name="template-jvm-1.0.0-SNAPSHOT.jar" />
|
||||
<root id="archive" name="template-jvm-1.0.0-SNAPSHOT.jar">
|
||||
<element id="module-output" name="template.jvmMain" />
|
||||
</root>
|
||||
</artifact>
|
||||
</component>
|
||||
Reference in New Issue
Block a user