Skip to content

Commit

Permalink
Merge pull request #12 from amank22/detail_view
Browse files Browse the repository at this point in the history
Detail view & Filter Faq Dialog
  • Loading branch information
amank22 authored Jan 8, 2022
2 parents fc5732f + 1ef2384 commit 86f84b7
Show file tree
Hide file tree
Showing 25 changed files with 1,080 additions and 361 deletions.
5 changes: 3 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ import org.jetbrains.compose.desktop.application.dsl.TargetFormat
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

plugins {
kotlin("jvm") version "1.5.31"
id("org.jetbrains.compose") version "1.0.0"
kotlin("jvm") version "1.6.10"
id("org.jetbrains.compose") version "1.0.1"
}

group = "com.gi"
Expand Down Expand Up @@ -35,6 +35,7 @@ dependencies {
// https://mvnrepository.com/artifact/com.googlecode.cqengine/cqengine
implementation("com.googlecode.cqengine:cqengine:3.6.0")
implementation("org.jetbrains.kotlin:kotlin-reflect:1.6.10")
implementation("com.halilibo.compose-richtext:richtext-ui-material:0.10.0")
}

tasks.test {
Expand Down
Loading

0 comments on commit 86f84b7

Please sign in to comment.