Not compiling with Kotlin 1.3.0
See original GitHub issueI’ve just updated my project (which is using groupie 2.1.0) to Kotlin 1.3.0 and cannot compile anymore. It seems like every use of GroupAdapter
is failing now:
error: cannot find symbol private final MyFragment$groupAdapter$2$1 getGroupAdapter()
Issue Analytics
- State:
- Created 5 years ago
- Comments:20 (11 by maintainers)
Top Results From Across the Web
Kotlin 1.3.0 not working with kotlin-stdlib - Stack Overflow
As the Kotlin 1.3 compatibility guide says, kotlin-stdlib-jre7 is a deprecated artifact name which has been removed in Kotlin 1.3.
Read more >Fixing Android Gradle Plugin Kotlin version 1.3.0 - YouTube
The following dependencies do not satisfy the required version: root project org.jetbrains. kotlin : kotlin -gradle-plugin:1.1.51 Affected ...
Read more >Compatibility guide for Kotlin 1.3
Compatibility guide for Kotlin 1.3. Keeping the Language Modern and Comfortable Updates are among the fundamental principles in Kotlin ...
Read more >Compose to Kotlin Compatibility Map - Android Developers
To add a dependency on the Compose Compiler, you must add the Google Maven repository to your project. Read Google's Maven repository for...
Read more >Can't compile the IDEA project with Kotlin 1.3.0-79 : KTIJ-17214
Error: Cannot initialize Kotlin context: Could not initialize class org.jetbrains.kotlin.platform.impl.JvmIdePlatformKind at org.jetbrains.kotlin.jps.build.
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 FreeTop 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
Top GitHub Comments
Thanks for updating this @lisawray. This has fixed my compiling issues!
@hardysim That works better. Thank you!