Skip to content
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

Don't use version catalog for project level plugin mgmt #299

Merged
merged 1 commit into from
Apr 24, 2024

Conversation

cmathew
Copy link
Contributor

@cmathew cmathew commented Apr 24, 2024

to avoid confusing limitations and issues

rolls back some changes https://github.com/wealthfront/magellan/pull/297/files. Also, adds kotlin-gradle-plugin to buildSrc to ensure we're using the desired Kotlin version. This is especially important for the Compose toolchain

@@ -10,6 +10,7 @@ repositories {

dependencies {
implementation 'com.android.tools.build:gradle:8.1.2'
implementation 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.22'
Copy link
Contributor Author

@cmathew cmathew Apr 24, 2024

Choose a reason for hiding this comment

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

without this, we get (uninformative) Kotlin-level errors in Compose compilation. Thanks to https://stackoverflow.com/questions/75995893/jetpack-compose-most-basic-buildsrc-build-error-illegalstateexception-coul

@cmathew cmathew merged commit 6037af7 into master Apr 24, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant