Doesn't work with Kotlin 1.7?
See original GitHub issueWhen attempting to integrate Showkase while using Kotlin 1.7, building throws an exception:
java.lang.IllegalArgumentException: Modifiers [PRIVATE] are not allowed on Kotlin parameters. Allowed modifiers: [VARARG, NOINLINE, CROSSINLINE]
Issue Analytics
- State:
- Created a year ago
- Comments:7
Top Results From Across the Web
gradle - Cannot use Kotlin 1.7.10 - Stack Overflow
Open your gradle/wrapper/gradle-wrapper.properties file and modify the gradle version to:
Read more >What's new in Kotlin 1.7.0
The next Kotlin releases will improve the stability of the K2 compiler and provide more features, so stay tuned! If you face any...
Read more >Can't build project with Kotlin 1.7.0 stable version #2108
It should be possible to build the different targets with different compose versions but there are still some Kotlin problems (eg https:// ...
Read more >Kotlin 1.7.20 Released - The JetBrains Blog
20-RC, they reported issues and helped us stabilize the release. For example, they discovered a major issue with the new Kotlin/Native memory ...
Read more >Known issues with Android Studio and Android Gradle Plugin
x. Using AGP 7.3.0 with KAPT in Kotlin 1.7.x causes the AIDL source sets for specific build variants to be removed.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
It’s strange because I have no issues until I try to integrate Showkase 🤔
I’ll keep digging. Thanks for the quick reply.
Yes this would happen due to transitive dependency upgrade as you are using an older version of Kotlin poet.