File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
build-logic/src/main/kotlin/rsocketbuild Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2015-2024 the original author or authors.
2
+ * Copyright 2015-2025 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
@@ -55,11 +55,10 @@ fun KotlinMultiplatformExtension.nativeTargets() {
55
55
linuxArm64()
56
56
mingwX64()
57
57
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()
63
62
}
64
63
65
64
fun KotlinMultiplatformExtension.jsTarget (
You can’t perform that action at this time.
0 commit comments