-
Notifications
You must be signed in to change notification settings - Fork 108
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
Upgrade showkase to the latest stable releases #229
Conversation
@@ -108,16 +107,6 @@ allprojects { | |||
google() | |||
mavenCentral() | |||
jcenter() | |||
maven { url 'https://dl.bintray.com/kotlin/kotlin-eap' } | |||
} | |||
if (project.hasProperty('useKsp')) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Had to duplicate this in every build.gradle
file to get around this build failure that I was seeing locally and on CI - https://github.com/airbnb/Showkase/runs/5713525186?check_suite_focus=true. Wasted too much time to fix this but eventually gave in and just used the workaround that worked for me. I'm open to suggestions if you know a way to fix this build error :(
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oof I do not know of a way but the workaround seems fine for now.
@@ -108,16 +107,6 @@ allprojects { | |||
google() | |||
mavenCentral() | |||
jcenter() | |||
maven { url 'https://dl.bintray.com/kotlin/kotlin-eap' } | |||
} | |||
if (project.hasProperty('useKsp')) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oof I do not know of a way but the workaround seems fine for now.
@airbnb/showkase-maintainers