Skip to content

Commit

Permalink
Extracted Compose support into square/workflow-kotlin-compose.
Browse files Browse the repository at this point in the history
New repo (private for now, will open soon): https://github.com/square/workflow-kotlin-compose
  • Loading branch information
zach-klippenstein committed May 9, 2020
1 parent e096d14 commit c150f1e
Show file tree
Hide file tree
Showing 15 changed files with 0 additions and 606 deletions.
9 changes: 0 additions & 9 deletions kotlin/buildSrc/src/main/java/Dependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import java.util.Locale.US
import kotlin.reflect.full.declaredMembers

object Versions {
const val compose = "0.1.0-dev10"
const val coroutines = "1.3.4"
const val kotlin = "1.3.71"
const val targetSdk = 29
Expand Down Expand Up @@ -38,14 +37,6 @@ object Dependencies {
const val viewbinding = "androidx.databinding:viewbinding:3.6.2"
}

object Compose {
const val foundation = "androidx.ui:ui-foundation:${Versions.compose}"
const val layout = "androidx.ui:ui-layout:${Versions.compose}"
const val material = "androidx.ui:ui-material:${Versions.compose}"
const val test = "androidx.ui:ui-test:${Versions.compose}"
const val tooling = "androidx.ui:ui-tooling:${Versions.compose}"
}

const val cycler = "com.squareup.cycler:cycler:0.1.3"

// Required for Dungeon Crawler sample.
Expand Down
48 changes: 0 additions & 48 deletions kotlin/samples/hello-compose-binding/build.gradle.kts

This file was deleted.

This file was deleted.

38 changes: 0 additions & 38 deletions kotlin/samples/hello-compose-binding/src/main/AndroidManifest.xml

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit c150f1e

Please sign in to comment.