Skip to content

Commit

Permalink
Tiamat 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Goooler authored and egorikftp committed Jul 30, 2024
1 parent 21b5ff2 commit 65bb28a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[versions]
kotlin = "2.0.0"
tiamat = "1.1.0"

[libraries]
android-build-tools = "com.android.tools:sdk-common:31.5.1"
Expand All @@ -10,8 +11,8 @@ kotlinpoet = "com.squareup:kotlinpoet:1.18.1"

kotlin-stdlib = { module = "org.jetbrains.kotlin:kotlin-stdlib", version.ref = "kotlin" }

tiamat = "io.github.composegears:tiamat:1.1.0-rc02"
tiamat-koin = "io.github.composegears:tiamat-koin:1.1.0-rc02"
tiamat-base = { module = "io.github.composegears:tiamat", version.ref = "tiamat" }
tiamat-koin = { module = "io.github.composegears:tiamat-koin", version.ref = "tiamat" }

xpp3 = "org.ogce:xpp3:1.1.6"

Expand Down
2 changes: 1 addition & 1 deletion idea-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ dependencies {

implementation(libs.android.build.tools)
implementation(libs.koin.compose)
implementation(libs.tiamat)
implementation(libs.tiamat.base)
implementation(libs.tiamat.koin)

// https://plugins.jetbrains.com/docs/intellij/tools-intellij-platform-gradle-plugin.html#setting-up-intellij-platform
Expand Down

0 comments on commit 65bb28a

Please sign in to comment.