Skip to content

Commit

Permalink
added build config library and updated kotlin (#99)
Browse files Browse the repository at this point in the history
* added build config library

* update yarn lock

* update compose
  • Loading branch information
shalva97 authored Apr 28, 2023
1 parent 75ff290 commit 3d17384
Show file tree
Hide file tree
Showing 4 changed files with 282 additions and 8 deletions.
5 changes: 3 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
plugins {
kotlin("multiplatform") version "1.8.10" apply false
kotlin("multiplatform") version "1.8.20" apply false
kotlin("plugin.serialization") version "1.8.0" apply false
id("com.adarshr.test-logger") version "3.2.0" apply false
id("org.jetbrains.compose") version "1.3.1" apply false
id("org.jetbrains.compose") version "1.4.0" apply false
id("com.github.johnrengelman.shadow") version "8.1.1" apply false
id("com.github.gmazzo.buildconfig") version "3.1.0" apply false
}

version = "2.2.1" // required for build-release.yml workflow
Loading

0 comments on commit 3d17384

Please sign in to comment.