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

Update Kotlin to 2.0.0-RC3 #3605

Merged
merged 1 commit into from
May 13, 2024
Merged

Update Kotlin to 2.0.0-RC3 #3605

merged 1 commit into from
May 13, 2024

Conversation

whyoleg
Copy link
Contributor

@whyoleg whyoleg commented May 13, 2024

No description provided.

import org.jetbrains.kotlin.gradle.dsl.KotlinMultiplatformExtension
import org.jetbrains.kotlin.gradle.dsl.KotlinSingleTargetExtension
import org.jetbrains.kotlin.gradle.plugin.KotlinSourceSet
import org.jetbrains.kotlin.gradle.plugin.mpp.KotlinCommonCompilation

internal typealias KotlinCompilation =
org.jetbrains.kotlin.gradle.plugin.KotlinCompilation<KotlinCommonOptions>
internal typealias KotlinCompilation = org.jetbrains.kotlin.gradle.plugin.KotlinCompilation<*>
Copy link
Contributor Author

Choose a reason for hiding this comment

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

KotlinCommonOptions is deprecated

Copy link
Member

Choose a reason for hiding this comment

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

I'm surprised that it worked :) I thought we would need to use the replacements here, which could lead to compatibility problems with the older versions of KGP

@IgnatBeresnev IgnatBeresnev merged commit a4b4ba8 into master May 13, 2024
14 checks passed
@IgnatBeresnev IgnatBeresnev deleted the kotlin-2-RC3 branch May 13, 2024 16:22
IgnatBeresnev pushed a commit that referenced this pull request May 13, 2024
(cherry picked from commit a4b4ba8)
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

3 participants