Skip to content

feat: add basic wrapping to support compose #2201

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 15 commits into
base: feat/migrate-to-kotlin
Choose a base branch
from

Conversation

Lyokone
Copy link
Contributor

@Lyokone Lyokone commented Apr 23, 2025

  • Migrating to compose
  • Auth provider list

  • Email screen
  • Register
  • Sign in
  • Forget password
  • Phone
  • Result screen

  • Update CI for any failing tests
  • Add License headers to new files: other PR

id("org.jetbrains.kotlin.plugin.compose")
id("org.jetbrains.compose")
id("com.google.gms.google-services")
id("kotlin-kapt") // ← kapt drives annotation processors
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
id("kotlin-kapt") // ← kapt drives annotation processors
id("kotlin-kapt")

Comment on lines 17 to 20
minSdk = Config.SdkVersions.min
targetSdk = Config.SdkVersions.target
versionName = Config.version
versionCode = 1
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's get rid of all the extra whitespaces (across all files) - I don't think it's common to use this formatting in Kotlin (at least I've never seen before)

Suggested change
minSdk = Config.SdkVersions.min
targetSdk = Config.SdkVersions.target
versionName = Config.version
versionCode = 1
minSdk = Config.SdkVersions.min
targetSdk = Config.SdkVersions.target
versionName = Config.version
versionCode = 1

build.gradle.kts Outdated
@@ -19,6 +19,10 @@ buildscript {

plugins {
id("com.github.ben-manes.versions") version "0.20.0"
kotlin("multiplatform") version "1.9.22" apply false
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need Kotlin multiplatform ? 😬

@Lyokone Lyokone force-pushed the feat/compose-wrapping branch from 158f301 to fb5827a Compare May 19, 2025 14:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants