Skip to content

Commit 99f44d6

Browse files
committed
Add compatibility with Kotlin 2.3
1 parent 4b1c04e commit 99f44d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kotlinpoet/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616
import org.jetbrains.kotlin.gradle.ExperimentalKotlinGradlePluginApi
17-
import org.jetbrains.kotlin.gradle.targets.js.dsl.ExperimentalWasmDsl
17+
import org.jetbrains.kotlin.gradle.ExperimentalWasmDsl
1818

1919
plugins {
2020
kotlin("multiplatform")

0 commit comments

Comments
 (0)