Not sure if it’s an Android Studio (3.5) or Kotlin...
# intellij
s
Not sure if it’s an Android Studio (3.5) or Kotlin plugin issue but the
inline function
refactor action is not working for me in a multi module project. Has any1 encountered this? EDIT: also broken in IntelliJ IDEA 2019.1.3 (Ultimate Edition) Build #IU-191.7479.19, built on May 28, 2019 JRE: 1.8.0_202-release-1483-b58 x86_64 JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o macOS 10.14.6 Kotlin plugin used: 1.3.41-release-IJ2019.1-1
It’s not even working in the same module… I am trying to refactor a project from AnkoLogger to Timber.
u
Do you mean
fun
?
s
I was referring to the IntelliJ refactor action
inline function
, not
inline fun
. Updated to avoid confusion