add compose submodule and add several functions in top of composition

This commit is contained in:
2022-03-10 17:47:37 +06:00
parent cf2be8ed43
commit d9c15db9de
9 changed files with 130 additions and 1 deletions

View File

@@ -74,5 +74,4 @@ buildscript-android-dexcount = { module = "com.getkeepsafe.dexcount:dexcount-gra
[plugins]
kt-multiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kt" }
jb-compose = { id = "org.jetbrains.compose", version.ref = "jb-compose" }