Skip to content

Commit

Permalink
Replace the deprecated android with androidTarget
Browse files Browse the repository at this point in the history
(cherry picked from commit 11aa3b1)
  • Loading branch information
ting-yuan committed Oct 16, 2024
1 parent f6c7f86 commit 57f5d46
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ class SourceSetConfigurationsTest {
"""
kotlin {
jvm { }
android(name = "foo") { }
androidTarget(name = "foo") { }
js(IR) { browser() }
androidNativeX86 { }
androidNativeX64(name = "bar") { }
Expand Down

0 comments on commit 57f5d46

Please sign in to comment.