Skip to content

Commit 7ac8836

Browse files
authored
Merge pull request #18 from Konyaco/dev
Dev
2 parents 9a5b19a + fad11f6 commit 7ac8836

1,247 files changed

Lines changed: 28595 additions & 7385 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,6 @@ allprojects {
1212
google()
1313
mavenCentral()
1414
maven("https://maven.pkg.jetbrains.space/public/p/compose/dev")
15+
maven("https://s01.oss.sonatype.org/content/repositories/snapshots/")
1516
}
1617
}

example/android/src/main/kotlin/com/konyaco/fluent/example/MainActivity.kt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ class MainActivity : ComponentActivity() {
88
override fun onCreate(savedInstanceState: Bundle?) {
99
super.onCreate(savedInstanceState)
1010
setContent {
11-
App()
11+
ExampleTheme {
12+
App()
13+
}
1214
}
1315
}
1416
}

0 commit comments

Comments
 (0)