KT-13529 Java function is not always converted to Kotlin after paste
#KT-13529 Fixed
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package com.bignerdranch.beatbox.data
|
||||
|
||||
/**
|
||||
* Created by Panel on 18.08.2016.
|
||||
*/
|
||||
object BeatBox {
|
||||
private val TAG = "BeatBox"
|
||||
private val SOUNDS_FOLDER = "sample_sounds"
|
||||
}
|
||||
Reference in New Issue
Block a user