File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 11# CHANGELOG
22
3+ ## 0.8.2
4+ > Published 24 November 2025
5+
6+ ### Bugfixes
7+ - Fixed the issue with Webpack not being able to process module import introduced in ` 0.8.1 ` [ #483 ] ( https://github.com/Kotlin/kotlinx-io/issues/483 )
8+
39## 0.8.1
410> Published 21 November 2025
511
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ repositories {
4949Add the library to dependencies:
5050``` kotlin
5151dependencies {
52- implementation(" org.jetbrains.kotlinx:kotlinx-io-core:0.8.1 " )
52+ implementation(" org.jetbrains.kotlinx:kotlinx-io-core:0.8.2 " )
5353}
5454```
5555
@@ -59,7 +59,7 @@ kotlin {
5959 sourceSets {
6060 commonMain {
6161 dependencies {
62- implementation(" org.jetbrains.kotlinx:kotlinx-io-core:0.8.1 " )
62+ implementation(" org.jetbrains.kotlinx:kotlinx-io-core:0.8.2 " )
6363 }
6464 }
6565 }
@@ -73,7 +73,7 @@ Add the library to dependencies:
7373<dependency >
7474 <groupId >org.jetbrains.kotlinx</groupId >
7575 <artifactId >kotlinx-io-core-jvm</artifactId >
76- <version >0.8.1 </version >
76+ <version >0.8.2 </version >
7777</dependency >
7878```
7979
You can’t perform that action at this time.
0 commit comments