Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
DRSchlaubi committed Sep 27, 2023
1 parent 2096e21 commit 5b15202
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@file:JvmName("ImageLoaderJvm")
@file:JvmName("ImageLoaderDesktop")
package dev.schlaubi.tonbrett.app

import androidx.compose.runtime.Composable
Expand Down
3 changes: 3 additions & 0 deletions app/shared/src/nonDesktopMain/kotlin/ImageLoader.kt
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
@file:JvmName("ImageLoaderDesktop")

package dev.schlaubi.tonbrett.app

import androidx.compose.runtime.Composable
import kotlin.jvm.JvmName

@Composable
internal actual fun isWindowMinimized(): Boolean = false
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {

allprojects {
group = "dev.schlaubi.tonbrett"
version = "1.14.21"
version = "1.14.22"

repositories {
mavenCentral()
Expand Down

0 comments on commit 5b15202

Please sign in to comment.