@@ -3,17 +3,23 @@ Change Log
3
3
4
4
## Unreleased
5
5
6
- * Fix: Fix KT-18706: kotlinpoet now generates import aliases without backticks (#1920 )
7
- * For example:
8
- ``` kotlin
9
- // before, doesn't compile due to KT-18706
10
- import com.example.one .`$Foo ` as `One $Foo `
11
- import com.example.two .`$Foo ` as `Two $Foo `
12
-
13
- // now, compiles
14
- import com.example.one .`$Foo ` as One__Foo
15
- import com.example.two .`$Foo ` as Two__Foo
16
- ```
6
+ ## Version 1.18.1
7
+
8
+ Thanks to [ @mitasov-ra ] [ mitasov-ra ] for contributing to this release.
9
+
10
+ _ 2024-07-15_
11
+
12
+ * Fix: Workaround for [ KT-18706] [ kt-18706 ] : KotlinPoet now generates import aliases without backticks (#1920 ).
13
+
14
+ ``` kotlin
15
+ // before, doesn't compile due to KT-18706
16
+ import com.example.one .`$Foo ` as `One $Foo `
17
+ import com.example.two .`$Foo ` as `Two $Foo `
18
+
19
+ // now, compiles
20
+ import com.example.one .`$Foo ` as One__Foo
21
+ import com.example.two .`$Foo ` as Two__Foo
22
+ ```
17
23
18
24
## Version 1.18.0
19
25
@@ -810,6 +816,7 @@ _2017-05-16_
810
816
[ksp- interop- docs]: https: // square.github.io/kotlinpoet/interop-ksp/
811
817
[javapoet]: https: // github.com/square/javapoet
812
818
[javapoet- interop- docs]: https: // square.github.io/kotlinpoet/interop-javapoet/
819
+ [kt- 18706 ]: https: // youtrack.jetbrains.com/issue/KT-18706
813
820
814
821
[martinbonnin]: https: // github.com/martinbonnin
815
822
[idanakav]: https: // github.com/idanakav
@@ -849,3 +856,4 @@ _2017-05-16_
849
856
[sgjesse]: https: // github.com/sgjesse
850
857
[sebek64]: https: // github.com/sebek64
851
858
[DanielGronau ]: https: // github.com/DanielGronau
859
+ [mitasov- ra]: https: // github.com/mitasov-ra
0 commit comments