Skip to content

Commit

Permalink
Merge pull request #103 from DroidKaigi/yamada-ika/enable-make-artifact
Browse files Browse the repository at this point in the history
To enable the execution of ':app-android:assemble' task
  • Loading branch information
takahirom authored Jul 9, 2024
2 parents c7bf478 + 0fc2440 commit 3fba216
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package io.github.droidkaigi.confsched.designsystem.preview

import androidx.annotation.VisibleForTesting
import androidx.compose.ui.tooling.preview.Preview
import kotlin.annotation.AnnotationRetention.SOURCE
import kotlin.annotation.AnnotationTarget.CLASS
import kotlin.annotation.AnnotationTarget.FUNCTION
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package androidx.compose.ui.tooling.preview
package io.github.droidkaigi.confsched.designsystem.preview

@Retention(AnnotationRetention.BINARY)
@Target(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import androidx.compose.material3.Text
import androidx.compose.runtime.Composable
import androidx.compose.ui.Modifier
import androidx.compose.ui.graphics.Color
import androidx.compose.ui.tooling.preview.Preview
import io.github.droidkaigi.confsched.designsystem.preview.Preview

@Composable
@Preview
Expand Down

0 comments on commit 3fba216

Please sign in to comment.