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

Added gradle convention plugins #3024

Merged
merged 8 commits into from Jun 3, 2022
Merged

Added gradle convention plugins #3024

merged 8 commits into from Jun 3, 2022

Conversation

Kantis
Copy link
Member

@Kantis Kantis commented May 28, 2022

No description provided.

@Kantis Kantis marked this pull request as draft May 28, 2022 13:45

kotlin {
targets {
js(BOTH) {
Copy link
Member Author

Choose a reason for hiding this comment

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

We sometimes used to target js(IR) and sometimes js(BOTH). Are we ready to go to IR only?

Copy link
Member

Choose a reason for hiding this comment

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

I guess once 1.7 comes out we could ditch BOTH ?

buildSrc/build.gradle.kts Outdated Show resolved Hide resolved
Comment on lines 9 to 28
linuxX64()

mingwX64()

macosX64()
macosArm64()

tvos()
tvosSimulatorArm64()

watchosArm32()
watchosArm64()
watchosX86()
watchosX64()
watchosSimulatorArm64()

iosX64()
iosArm64()
iosArm32()
iosSimulatorArm64()
Copy link
Member Author

Choose a reason for hiding this comment

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

TODO: Option to configure targets, all multiplatform targets should still be default.

Copy link
Member Author

Choose a reason for hiding this comment

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

Having a hard time figuring this one out.. perhaps hard to solve with buildSrc plugins, might be more suited for a proper internal kotest gradle plugin..

@Kantis Kantis marked this pull request as ready for review June 1, 2022 17:59
@Kantis Kantis merged commit 7f72c9e into master Jun 3, 2022
@Kantis Kantis deleted the convention-plugins branch June 3, 2022 05:38
charleskorn added a commit to charleskorn/kotest that referenced this pull request Jul 22, 2022
This seems to have been accidentally removed in kotest#3024.
sksamuel pushed a commit that referenced this pull request Jul 24, 2022
This seems to have been accidentally removed in #3024.
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.

None yet

2 participants