Skip to content

Commit b3ef83c

Browse files
committed
android native targets
1 parent b63346b commit b3ef83c

File tree

1 file changed

+5
-6
lines changed
  • build-logic/src/main/kotlin/rsocketbuild

1 file changed

+5
-6
lines changed

build-logic/src/main/kotlin/rsocketbuild/targets.kt

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2015-2024 the original author or authors.
2+
* Copyright 2015-2025 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -55,11 +55,10 @@ fun KotlinMultiplatformExtension.nativeTargets() {
5555
linuxArm64()
5656
mingwX64()
5757

58-
// TODO: there are some issues with androidNative targets with Kotlin 2.1.0
59-
// androidNativeX64()
60-
// androidNativeX86()
61-
// androidNativeArm64()
62-
// androidNativeArm32()
58+
androidNativeX64()
59+
androidNativeX86()
60+
androidNativeArm64()
61+
androidNativeArm32()
6362
}
6463

6564
fun KotlinMultiplatformExtension.jsTarget(

0 commit comments

Comments
 (0)