Skip to content

Commit

Permalink
Updated Kotlin, Compose, and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
chRyNaN committed Jan 29, 2022
1 parent de435ef commit 938d573
Show file tree
Hide file tree
Showing 5 changed files with 1,919 additions and 9 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,6 @@ local.properties
build/

# Mac
.DS_Store
.DS_Store

kotlin-js-store
8 changes: 4 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ buildscript {
}
dependencies {
classpath("com.android.tools.build:gradle:4.2.2")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.31")
classpath("org.jetbrains.kotlin:kotlin-serialization:1.5.31")
classpath("org.jetbrains.dokka:dokka-gradle-plugin:1.5.30")
classpath("org.jetbrains.compose:compose-gradle-plugin:1.0.0")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.10")
classpath("org.jetbrains.kotlin:kotlin-serialization:1.6.10")
classpath("org.jetbrains.dokka:dokka-gradle-plugin:1.6.10")
classpath("org.jetbrains.compose:compose-gradle-plugin:1.0.1")
}
}

Expand Down
Loading

0 comments on commit 938d573

Please sign in to comment.