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 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
6564fun KotlinMultiplatformExtension.jsTarget (
You can’t perform that action at this time.
0 commit comments