Skip to content

Releases: GuilhE/KMP-ComposeUIViewController

1.6.0-ALPHA

26 Apr 23:35
5d79af2

Choose a tag to compare

  • Kotlin 2.0.0-RC1
  • KSP 1.0.20

1.5.0-ALPHA

08 Mar 16:36
b7d2066

Choose a tag to compare

Adds suppressKotlinVersionCompatibilityCheck=1.9.23 in sample

1.4.4-ALPHA

01 Feb 18:14
1c6007b

Choose a tag to compare

Adds indentParameters and removeAdjacentEmptyLines for better code indentation in .swift files.

1.4.3-ALPHA

29 Jan 21:28
7f8464a

Choose a tag to compare

  • Fixes Processor bug in getFrameworkNameFromAnnotations() function that was accepting empty values

1.4.2-ALPHA

29 Jan 18:30
527e789

Choose a tag to compare

  • Fixes Processor bug where functions that should be discarded from the analysis were not
  • Sample updated with a use-case with a function parameter with a Kotlin primitive type

1.4.1-ALPHA

29 Jan 14:23
46e0b14

Choose a tag to compare

Fixes #1

1.4.0-ALPHA

25 Jan 23:39
fad748c

Choose a tag to compare

Kotlin 1.9.22
KSP 1.0.17

1.3.0-ALPHA

28 Nov 00:22
9248f26

Choose a tag to compare

Kotlin 1.9.21
KSP 1.0.15

1.2.0-ALPHA

02 Nov 00:40
063b0f3

Choose a tag to compare

Kotlin 1.9.20
KSP 1.0.13

1.1.0-ALPHA

08 Sep 17:11
1bb4e6b

Choose a tag to compare

  • Adds capability to generate .swift files with UIViewControllerRepresentables.
  • Adds script to include those generated files into xcodeproj to be accessible in iOS project;