question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Doesn't work with Kotlin 1.7?

See original GitHub issue

When 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:closed
  • Created a year ago
  • Comments:7

github_iconTop GitHub Comments

1reaction
carterhudsoncommented, Sep 21, 2022

It’s strange because I have no issues until I try to integrate Showkase 🤔

I’ll keep digging. Thanks for the quick reply.

0reactions
vinaygabacommented, Sep 21, 2022

Yes this would happen due to transitive dependency upgrade as you are using an older version of Kotlin poet.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found