|
|
|
@ -12,9 +12,9 @@ |
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
|
|
|
<kotlin.code.style>official</kotlin.code.style> |
|
|
|
<kotlin.code.style>official</kotlin.code.style> |
|
|
|
<kotlin.compiler.jvmTarget>11</kotlin.compiler.jvmTarget> |
|
|
|
<kotlin.compiler.jvmTarget>11</kotlin.compiler.jvmTarget> |
|
|
|
<kotlin.version>2.1.21</kotlin.version> |
|
|
|
<kotlin.version>2.2.21</kotlin.version> |
|
|
|
<compose.version>1.9.1</compose.version> |
|
|
|
<compose.version>1.9.3</compose.version> |
|
|
|
<compose.material3.version>1.9.0-beta04</compose.material3.version> |
|
|
|
<compose.material3.version>1.9.0</compose.material3.version> |
|
|
|
</properties> |
|
|
|
</properties> |
|
|
|
|
|
|
|
|
|
|
|
<repositories> |
|
|
|
<repositories> |
|
|
|
@ -99,6 +99,11 @@ |
|
|
|
<artifactId>kotlin-stdlib</artifactId> |
|
|
|
<artifactId>kotlin-stdlib</artifactId> |
|
|
|
<version>${kotlin.version}</version> |
|
|
|
<version>${kotlin.version}</version> |
|
|
|
</dependency> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
|
|
|
<groupId>org.jetbrains.compose.ui</groupId> |
|
|
|
|
|
|
|
<artifactId>ui-desktop</artifactId> |
|
|
|
|
|
|
|
<version>${compose.version}</version> |
|
|
|
|
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>org.jetbrains.compose.foundation</groupId> |
|
|
|
<groupId>org.jetbrains.compose.foundation</groupId> |
|
|
|
<artifactId>foundation-desktop</artifactId> |
|
|
|
<artifactId>foundation-desktop</artifactId> |
|
|
|
|