Browse Source

Fix import (deprecated *.Text)

Fix import according to deprecation warning
pull/68/head
CeH9 4 years ago committed by GitHub
parent
commit
99710a42b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      templates/desktop-template/src/main/kotlin/main.kt

4
templates/desktop-template/src/main/kotlin/main.kt

@ -1,5 +1,5 @@
import androidx.compose.desktop.Window
import androidx.compose.foundation.Text
import androidx.compose.material.Text
import androidx.compose.material.Button
import androidx.compose.material.MaterialTheme
import androidx.compose.runtime.getValue
@ -17,4 +17,4 @@ fun main() = Window {
Text(text)
}
}
}
}

Loading…
Cancel
Save