feat: add basic wrapping to support compose#2201
Conversation
| id("org.jetbrains.kotlin.plugin.compose") | ||
| id("org.jetbrains.compose") | ||
| id("com.google.gms.google-services") | ||
| id("kotlin-kapt") // ← kapt drives annotation processors |
There was a problem hiding this comment.
| id("kotlin-kapt") // ← kapt drives annotation processors | |
| id("kotlin-kapt") |
| minSdk = Config.SdkVersions.min | ||
| targetSdk = Config.SdkVersions.target | ||
| versionName = Config.version | ||
| versionCode = 1 |
There was a problem hiding this comment.
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)
| 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 |
|
|
||
| plugins { | ||
| id("com.github.ben-manes.versions") version "0.20.0" | ||
| kotlin("multiplatform") version "1.9.22" apply false |
There was a problem hiding this comment.
Do we need Kotlin multiplatform ? 😬
158f301 to
fb5827a
Compare
|
Hello, Thank you for taking the time to submit this feature request. We are happy to let you know that a resolution is already planned and on the roadmap for our upcoming new version. We are actively working on the new SDK and will be sure to update this feature request once we have a public beta or a release candidate that includes this functionality. Please watch the main repository for the latest release. In the meantime, we will keep this feature request open for tracking. |
Uh oh!
There was an error while loading. Please reload this page.